项目地址如下
https://github.com/JakeLin/SwiftLanguageWeather
然后我执行 build 操作
返回的结果如下,并且一直卡着
+ xcodebuild clean build-for-testing -workspace SwiftWeather.xcworkspace -scheme SwiftWeather -destination 'platform=iOS Simulator,name=iPhone 13,OS=12.3.1' -destination-timeout 360 COMPILER_INDEX_STORE_ENABLE=NO
2023-02-17 11:27:26.586 xcodebuild[19265:372393] 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
2023-02-17 11:27:26.587 xcodebuild[19265:372393] 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
想请问这是什么原因。