-
Notifications
You must be signed in to change notification settings - Fork 23
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
Ad hoc and Code Sign issue #25
Comments
These instructions are not valid for iOS 9. You can sign apps yourself on iOS 9, please try that instead.
On July 3, 2015 at 10:57:57 AM, tomatobill ([email protected]) wrote: Attempting to follow instructions (iOS 8.3, non-jailbroken, on an iPhone 6 or 5C), I receive these two errors when I try to build it to the device: Ad hoc code signing not allowed with SDK 'iOS 9.0' CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.0' When I just build it in the simulator, it works fine. — |
Forgive me, I'm not very code-savy. What does it mean to sign them yourself? Also, is iOS 9 codename for what the world knows as iOS8? Thanks! |
iOS 9 is iOS 9. iOS 8 is iOS 8. You should be able to sign into your (free) developer account with Xcode 7. When you deploy, it should automatically generate profiles and provisioning for your device. Note that this will only work on iOS 9 devices and above with Xcode 7 specifically. |
Hunh, alright. Guess I will wait then. Thanks! |
(Xcode 7 Beta 3) |
Attempting to follow instructions (iOS 8.3, non-jailbroken, on an iPhone 6 or 5C, with Xcode beta Version 7.0 beta (7A121l)), I receive these two errors when I try to build it to the device:
Ad hoc code signing not allowed with SDK 'iOS 9.0'
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.0'
When I just build it in the simulator, it works fine.
The text was updated successfully, but these errors were encountered: