I'm building a custom keyboard app. I made 2 separate App IDs and provisioning profiles for each - the app and the extension. I added 'app group' capability to both on Member center portal. Then in Xcode, I enabled App group capability for both targets. I'm getting the following error while building this on my iPhone:
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016).
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016).
-
Don't use "please help", it doesn't help anything. But if you ask with perfect spelling, it helps a lot.peterh– peterh2016年03月20日 14:02:14 +00:00Commented Mar 20, 2016 at 14:02
-
Thanks for comment but being a semantic / spelling police doesn't help either. Specially if you are not going to answer the question. When I make a request, I say please. When someone responds to my request, I say thank you. Have a good day/night.anivader– anivader2016年03月22日 13:14:58 +00:00Commented Mar 22, 2016 at 13:14
1 Answer 1
I would suggest you should go the target of your app and check there with your host application. Might be you are assigning wrong provision profile or mis matching with the bundle id some where.enter image description here
1 Comment
Explore related questions
See similar questions with these tags.