None of the valid provisioning profiles allowed the specified entitlements: beta-reports-active

As of 5/15 we can no longer build our release version of the app. We have not changed any code or certificates/provisioning profiles. Something has changed and we are trying to figure out how to fix it. Our application is an ionic app and when we "validate" the package in xcode we get the error "None of the valid provisioning profiles allowed the specified entitlements: beta-reports-active." When we build on ionic.io we get the same error. We have the provisioning profile setup as ios univeral distrubution.


Please let me know what other information you may need to help!


Thanks.


Nick

Had something similar. xcode these days prefers to manage the profiles itself, but I think it's trying to be too smart sometimes and fails.


I found that I had to:


1. Exit xcode.

2. Go into the member center and delete the xcode generated profile

3. Reload xcode with the same project.

4. Do an archive. This forces the profile to be re-created.

5. Go back to the member center, verify that the profile is back.

6. Generate it.

7. Back in xcode I had to set provisioning back to manual, and then specify for each config, the same "eligible" profile (the one just generated.

8. Rebuild the archive.

9. Upload using Application Loader


It all worked then.

None of the valid provisioning profiles allowed the specified entitlements: beta-reports-active
 
 
Q