-
-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
I was building a store version of my app and at the end I've received this error message:
[INFO] Invoking xcodebuild
[ERROR] 2022-08-21 12:29:14.630 xcodebuild[31438:3715219] 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
[ERROR] 2022-08-21 12:29:14.630 xcodebuild[31438:3715219] 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
[ERROR] --- xcodebuild: WARNING: Using the first of multiple matching destinations:
[ERROR] { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
[ERROR] { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPad (9th generation) }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPad Air (5th generation) }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPad Pro (9.7-inch) }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPad Pro (11-inch) (3rd generation) }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPad mini (6th generation) }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 8 }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 8 Plus }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 11 }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 11 Pro }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 11 Pro Max }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 12 }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 12 Pro }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 12 Pro Max }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 12 mini }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 13 }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 13 Pro }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 13 Pro Max }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone 13 mini }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPhone SE (3rd generation) }
[ERROR] { platform:iOS Simulator, id:..., OS:15.5, name:iPod touch (7th generation) }
[ERROR] ** ARCHIVE FAILED **
The solution was to regenerated the certificates and I was able to build again. Since that error appeared quite often for other users on Slack it would be good to show a real error message if it is possible.