Search code examples
iphoneiosxcodexcode4

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


Can't get this to work. I downloaded a distribution cert but it stil gives me this problem. Also, organizer says that there aren't any valid identity or profile pairs.


Solution

  • Verify below steps to create distribution certificate and perform that if you miss anyone.
    1) Generate a certificate signing request in keychain.
    2) Using that create or revoke a DISTRIBUTION certificate in the portal. after that download and install it and verify key under the name.
    3) Register the device in the provisioning portal.
    4) Then create or modify a DISTRIBUTION profile in the portal. after that download and install it and verify it appears to be valid in Organiser as there are no warnings.

    Make sure to select proper build setting in xcode.