Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when trying to submit app: No matching provisional profiles found

I am trying to submit my app to the App Store however I am having issues with Provisioning Profiles.

When I click Submit after having archived the app, I receive the error:

No matching provisional profiles found - None of the valid provisioning profiles allowed the specific entitlements: applications-identifier, beta-reports-active, keychain-access-groups.

Here is my settings (I have the both the same settings in build settings in both the project and the target):

enter image description here

How can I fix this?

like image 861
user3746428 Avatar asked Sep 05 '14 01:09

user3746428


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 174
pottedmeat Avatar answered Nov 11 '22 10:11

pottedmeat