Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Missing sign parameter when package application #2

Closed
apollo1234 opened this issue Sep 28, 2012 · 6 comments
Closed

Missing sign parameter when package application #2

apollo1234 opened this issue Sep 28, 2012 · 6 comments

Comments

@apollo1234
Copy link

When i'm distribute to TestFlight, it prompts:
Error uploading to TestFlight: 'Invalid Profile: does not contain provisioned devices, are you sure this is not a developer profile?'.

Seems missing "--sign" parameter when package application.

@mattt
Copy link
Contributor

mattt commented Sep 28, 2012

Interesting. I think you can get around this by signing your application on build, if you turn on code signing in your target's build settings. What configuration are you using when you run ipa build?

@apollo1234
Copy link
Author

Nothing, just ipa build, and i'm using a script very like this(https://gist.github.com/949831) before. In the PackageApplication, it must specify sign name and the location of mobile provision.

Still i'm filling the right value of Code Signing Identity in the IDE, it can build with signature.

@mattt
Copy link
Contributor

mattt commented Oct 5, 2012

As pointed out in Issue #9, the configuration parameter was actually hard-coded until now (0.0.3). Let me know if that fixes anything for you.

@apollo1234
Copy link
Author

My fault.

I recheck the workspace and found i fill the Code Signing Identity of Xcode with a wrong value, and when i distribute and save the ipa to local via the IDE, i choose the right code signing identity. I didn't recognize the difference.

@mattt
Copy link
Contributor

mattt commented Oct 9, 2012

S'all good. Thanks for following up on that. Cheers!

@mattt mattt closed this as completed Oct 9, 2012
@apollo1234
Copy link
Author

🍺

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

No branches or pull requests

2 participants