The executable was signed with invalid entitlements

前端 未结 19 2724
花落未央
花落未央 2020-11-28 04:09

I am having a problem with ad-hoc distribution on my iPhone. I have developed an application with SDK 3.0. I have a developer\'s license. I have added certificates and provi

19条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 04:38

    I also spent several hours fighting with this as well. The fix is real simple. Edit your Entitlements.plist file in the root of your project's directory. Find the line that says get-task-allow. Underneath it should be . Change that to .

提交回复
热议问题