Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 - failed to locate or generate matching signing assets

Tags:

xcode

ios

xcode6

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?

like image 535
JoyA Avatar asked Sep 24 '14 19:09

JoyA


1 Answers

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.

like image 188
pottedmeat Avatar answered Nov 04 '22 13:11

pottedmeat