1

Possible Duplicate:
iPhone CodeSign failed

ok, i know - often discussed - less solved. i want to build my app with an valid provision profile, downloaded from page and administrated with the xcode organiser. but nether the less i got

Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)

i have the private key and the corresponding certificate in my keychain... so i have no idea, what to do now.

Community
  • 1
  • 1
mkind
  • 2,015
  • 2
  • 20
  • 25

2 Answers2

0

Do you have an Apple Worldwide Developer certificate in your keychain?

Do you have a provisioning profile for the app you're building?

Is this provisioning profile valid for the device you're building to (You can see this by going to the Organizer in XCode)?

Does the bundle identifier of the app you're building match the identifier in the provisioning profile you are signing it with?

N

Nick Cartwright
  • 8,334
  • 15
  • 45
  • 56
0

i tend to see it like that: Multiple Certificates/Provisioning Profiles in one Xcode organizer?

despite that strange error - it is posible to provision the app on several devices. so i think i need to use the distrib. profile

Community
  • 1
  • 1
mkind
  • 2,015
  • 2
  • 20
  • 25