Quote:
Originally Posted by BioBuff
You are correct. A different problem. Your issue is your distribution profile.
OK, before you do the build/release, did you go under info>build and change your code signing profile to the distribution one? It will fail code signing if you try build/release with the provisioning profile still checked off.
|
Yes I have this is really aggravating. Here is everything I did
First I created the request in keychain access
then uploaded that file to Certificates>Development and Certificates>Distrubution
Next I downloaded the wwdc double clicked it and it poped in keychain
Then downloaded both the Dev Cert and the Dist Cer and double click and both poped in keychain. ( with private key under each)
Then i created an App ID
Next I went to Provisioning>Distrubution Clicked New profile
Selected Appstore
Enter a name
Check my certifate
Select the app ID for the drop box
And submit
Now I download the mobile provison and dragged it to xcode so it pops in organizer.
Next i open my project and Duplicate the release
Go to code signing and select iPhone Distrubution: My Name
Then go to properties and enter the app id under identifier
Build and I get
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
SO i read to try this
Set the code signing to dont sign
clean all targets
close xcode
delete all directories in the build folder
open xcode
change code signing back
Build
Still fail with same
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
----------
So then i thought it was just my app or something
so I made a new project and did the exact same things
and same error
Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
So I really don't know
I am starting to just want to give up on the app. Its a free app that I created for myself and I wanted to share so i paid the $99 lol to share it and I am lost.
Any help would be great but i seriously feel i have read every tutorial on the subject over the last 3 days I have spend 4-5hrs a day on this.