提示一:
Class is implemented in both (…)解决:
sudo xcode-select -r

xcode-select --installand thenxcode-select -s /Library/Developer/CommandLineTools

参考:
https://developer.apple.com/forums/thread/698628
https://developer.apple.com/forums/thread/47579

更新:20223年7月19日:

xcode beta4 系统引入bug,待升级正式版本后看是否修复

This appears to be a bug introduced by Apple in the latest beta release of their tooling (this has been reproduced on local machines). So far, it seems this does not cause any negative impact other than excessive noise in build outputs, so can be safely ignored.

参考https://discuss.circleci.com/t/xcode-15-beta-4-released/48645

提示二:

xcode-select: error: toolxcodebuildrequires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance

解决

Run sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

参考
https://github.com/nodejs/nodegyp/issues/569

备注解决提示一后,出现提示二,暂未解决,待后续更新

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注