i'm still getting the “The executable was signed with invalid entitlements.” error

后端 未结 5 1176
失恋的感觉
失恋的感觉 2020-12-10 09:16

I followed your steps and added the Entitlements.plist file to my project. I also added the get-task-allow field and set it to a boolean and unchecked the box. I go to build

5条回答
  •  离开以前
    2020-12-10 09:58

    When you submitted to AppStore, you changed Code Signing values, so now if you want to continue developing, you have to change them back.

    The following steps fixed it for me: - Click on your project name under PROJECT (just above TARGETS) - Select the tab Build Settings - In the section Code Signing change the values for Debug and for Release to be "iPhone Developer" instead of "iPhone Distribution"

提交回复
热议问题