App Sandbox capability missing in Xcode project

前端 未结 2 377
萌比男神i
萌比男神i 2021-01-19 04:45

According to this guide, there should be an App Sandbox capability in the project file:

However, for some reason my app project does not have a

2条回答
  •  孤独总比滥情好
    2021-01-19 05:15

    First of all, you should open the ***.entitlements file. In this file, add a Key named App Sandbox and changed Value to YES.

    After completing the above steps, click command + b then go back to Signing & Capabilities, the App Sandbox will appear.

提交回复
热议问题