Reputation: 615
I get this error when I want to export my project for Enterprise Distribution. But the funny thing is that I have all my certificates installed on the machine, so nothing should be wrong. Why can't Xcode import them if it knows I have a valid one? This is just stupid! Always these kinds of problems when distributing iOS apps, and always a different problem every time, with the certificates.
Upvotes: 0
Views: 79
Reputation: 699
Here is the some reason for this error.
Your app is already live or review in appstore at that time this error is occured
Solution
you can clear
DrivedData
and make a new build fileCreate a new
AdHoc
Provisioning And Download and after select that certificates and make new build file
I hope this help you.
Upvotes: 3