tranvutuan
tranvutuan

Reputation: 6109

getting error when provisioning in xcode

What I am having in Provisioning of the account is enter image description here

Then I am downloading both of them and drag into Organizer/Library/Provisioning Profile. However, I am always getting these status

enter image description here

What I am missing in the middle..Please advice on this issue.

Upvotes: 0

Views: 48

Answers (1)

tiguero
tiguero

Reputation: 11537

This issue occurs when your private keys for your iOS development certificates are absent on your machine. This occurs for example if you have installed XCode on a new machine.

Apple provide steps by steps instruction here for this kind of error.

This issue has been resolved already on another post where you will see you have two possible solutions:

  • The easiest consist to transfer your development profile from your old machine to your new one.
  • Revoke and generate a new development profile by generating a new Certificate request with Keychain

Upvotes: 3

Related Questions