8

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?

pjs
  • 18,696
  • 4
  • 27
  • 56
JoyA
  • 101
  • 1
  • 7
  • This seems to be a duplicate of http://stackoverflow.com/questions/25862917/failed-to-locate-or-generate-matching-signing-assets-in-xcode-6 – Nicole Stein Sep 29 '14 at 22:18
  • No, this is a different error. – JoyA Oct 02 '14 at 12:43
  • Did you found any solution to the problem ? – wootage Oct 06 '14 at 14:14
  • 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 Nov 10 '14 at 03:32

2 Answers2

1

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.

pottedmeat
  • 3,391
  • 1
  • 18
  • 9
-5

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.

Kitetaka
  • 527
  • 4
  • 20