2022-03-28 16:16:59.418 xcodebuild[65440:322377] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-03-28 16:16:59.418 xcodebuild[65440:322377] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
复制代码
安装Xcode13.1 以及Command Line Tools Apple官网下载Xcode13.1,并安装。 安装Command Line Tools
//安装了13.3版本,先卸载
$ rm -rf /Library/Developer/CommandLineTools
//安装
$ xcode-select --install 没有PackageApplication报错
xcrun: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk -find PackageApplication 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory)
xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATH