App Sandbox capability missing in Xcode project
问题 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 any App Sandbox capability that I can turn on: Why is it missing, and how can I get it there? 回答1: 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. 回答2: If