This is my app entitlements on developer.apple.com
This is my Xcode's capabilities settings:
However the settings are matching to each other I'm getting following error.
This is my code signing section:
The executable was signed with invalid entitlements.
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016).
Xcode version: 7.1.1. I've total three profiles
- Development (Debug)
- Production (AdHoc)
- Universal (In House)
When I try to install with "Development" its installing without any error, but not with "Production" and (or) "Universal". I guess, I would never install with an "Universal" profile but with "Production" I should?.