A project built by Xcode 11 beta seems to always run with sandbox. Is there a way to turn it off? I added an entitlement and make the sandbox item as "false" but it does not eanble the file access.
Entitlement on macOS 10.15/Xcode 11
Is there a way to turn it off?
You should use Xcode’s Signing & Capabilities editor for this. Specifically, click the X icon next to the App Sandbox slice to remove it entirely.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"