8
votes

Error:

Failed to locate or generate matching signing assets and failed to do so because of the following issues:

No matching provisioning profiles found for "Applications/myapp.app"

None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.

While trying to distribute a company / in-house app:

I've upgraded from Xcode 5 to Xcode 6 and now my normal routine results in the above error. How to fix this? Tried renaming the distribution profile, restarting Xcode, letting Xcode generate it's own files, creating a new distribution certificate. What now?

2
This seems to be a duplicate of stackoverflow.com/questions/25862917/…Nicole Stein
No, this is a different error.JoyA
Did you found any solution to the problem ?wootage
I am getting this error while trying to export an old archive, which I cannot recreate, for ad-hoc. Have tried everything. This seems to be something new in xCode 6. I think maybe I deleted something I need... how did you solve your problem?SAHM

2 Answers

1
votes

I was able to fix this problem by changing the Architectures setting. I assume this was just a problem with Architectures/Valid Architectures being incompatible with one another.

-5
votes

After searching and trying many ways, my problem is resolved by first Product->Clean, then Archive again for validate/submit. Sounds a bit trivial, not sure if this can solve your problem.