Reputation: 11175
I am working on an app with some other people online and I am having issues trying to run it on my device. Works fine in the simulator but not on devices.
I tried changes the team name from theirs to mine, and I have all of the code signing set to iOS Developer. The provisioning profiles are set to automatic.
When I try to run the app, I get the error: None of the valid provisioning profiles allowed the specified entitlements: com.apple.security.application-groups.
Anyone know what I can do to allow me to test it on my device?
Upvotes: 0
Views: 197
Reputation:
The app has an app extension entitlement that does not match your team ID.
In Xcode, select the app target. Select Capabilities. Scroll down to App Groups.
Upvotes: 1