Error creating archive applications ios

94 views Asked by At

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.stack.imgur.com/pQp2O.png

1

There are 1 answers

0
ingconti On BEST ANSWER

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.