Search code examples
iosxcode6.3.1

none of valid provisioning profile allowed the specified entitlements


I am creating ipa of my App in xCode 6.3.1.

After archive when I click on export-->> Save for adHoc deployment and getting following error:

none of valid provisioning profile allowed the specified entitlements:com.apple.developer.networking.vpn.api.

how can I solve this problem?


Solution

  • Deleting all the certificates from Keychain, Then create new development profile and add it.

    This works most of the time..