Search code examples
iosapp-store-connectarchive

Error creating archive applications ios


Before updated xcode, everything was fine, but now I get a lot of errors. These errors mean that I do not have certificates, but I check the Member Center, I have everything. Can anyone write a step by step what to do? It would have helped. Picture errors: https://i.sstatic.net/pQp2O.png


Solution

  • I use this method since iOS2.1 and usually works is:

    • right click your project
    • "show package contents"
    • edit project.pbxproj
    • search for every "PROVISIONING_PROFILE" occurrence AND delete ALL the line.
    • the same for "CODE_SIGN_IDENTITY"
    • close Xcode and reopen
    • set provising profile again.