Failed Browser Bulid #606
-
Getting this error " Provisioning profile "match AppStore com.***.xdripswift" doesn't match the entitlements file's value for the com.apple.security.application-groups entitlement. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update. (in target 'xdrip' from project 'xdrip')" when using the browser build, any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You probably haven't updated the required app identifiers and app groups in some time. Go into your Apple Developer Portal and log in (https://developer.apple.com). First go to Identifiers -> App Groups (top right). You must have the following two App Groups (where XXXXXXXXX is always your Team ID):
Then go to Identifers -> App IDs (top right), check them and then go into each one and check the App Group capability is added and has the following group(s) assigned. You should have 5 identifiers exactly as below: com.XXXXXXXXX.xdripswift
com.XXXXXXXXX.xdripswift.xDripWidget
com.XXXXXXXXX.xdripswift.watchkitapp
com.XXXXXXXXX.xdripswift.watchkitapp.xDripWatchComplication
com.XXXXXXXXX.xdripswift.watchkitapp.xDripNotificationContextExtension
Try the above, run the Action and let us know! |
Beta Was this translation helpful? Give feedback.
You probably haven't updated the required app identifiers and app groups in some time.
Go into your Apple Developer Portal and log in (https://developer.apple.com).
First go to Identifiers -> App Groups (top right). You must have the following two App Groups (where XXXXXXXXX is always your Team ID):
Then go to Identifers -> App IDs (top right), check them and then go into each one and check the App Group capability is added and has the following group(s) assigned. You should have 5 identifiers exactly as below:
com.XXXXXXXXX.xdripswift