The executable gets signed with invalid entitlements in Xcode

前端 未结 30 1832
走了就别回头了
走了就别回头了 2020-11-29 03:43

I got this error with Xcode 5 when I try to run the app on my device.

The executable was signed with invalid entitlement

It work

30条回答
  •  执笔经年
    2020-11-29 04:12

    I'm using Push notification in my app and after development completed i was try to test push notification for release configuration. At that time i got this error.

    I was using Production Provisioning Profile to run for release. So i was able to solve this error by using Adhoc Provisioning Profile.

提交回复
热议问题