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

Ad hoc and Code Sign issue #25

Open
tomatobill opened this issue Jul 3, 2015 · 5 comments
Open

Ad hoc and Code Sign issue #25

tomatobill opened this issue Jul 3, 2015 · 5 comments

Comments

@tomatobill
Copy link

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.

@inb4ohnoes
Copy link
Contributor

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.


Reply to this email directly or view it on GitHub.

@tomatobill
Copy link
Author

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!

@inb4ohnoes
Copy link
Contributor

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.

@tomatobill
Copy link
Author

Hunh, alright. Guess I will wait then. Thanks!

@tienducle
Copy link

(Xcode 7 Beta 3)
Go into Build Settings and below Code Signing set Debug -> Any iOS SDK to iOS Developer and Release -> Any iOS SDK to iOS Distribution

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

No branches or pull requests

3 participants