Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: optimize certificate error #593

Open
m1ga opened this issue Aug 21, 2022 · 2 comments
Open

iOS: optimize certificate error #593

m1ga opened this issue Aug 21, 2022 · 2 comments

Comments

@m1ga
Copy link
Contributor

m1ga commented Aug 21, 2022

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.

@m1ga
Copy link
Contributor Author

m1ga commented Aug 23, 2022

E.g. if you are missing the private key it will show the same error but when you look with trace it has more infos:

2022-08-23_11-18

but info still shows the Requested but did not find extension.. stuff.

@ottopic
Copy link

ottopic commented Dec 5, 2022

I've encountered this problem in two different situations in the last period, probably after xcode updates and I'm not sure if node also incremented a minor version.
In the first case, on the local folder, I had the problem related to the extension, there was no way to solve it except by deleting the whole project and re-downloading it from the repository.
In the second case, however, the final error was reported on the ti.documentpicker module. The solution was to remove the app from the samba volume and put it on the local drive.
I don't exclude that it could be some sort of xcode version problem, I exclude that they are problems introduced by me on projects that are managed in a completely different way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants