I used Swift playgrounds 4.1 for MacOS build an App. But I didn't where is setting it.
How to get-task-allow entitlement in Swift Playgrounds?
How to
get-task-allow
entitlement in Swift Playgrounds?
What are you trying to achieve with this?
The get-task-allow
entitlement controls where your app can be debugged or not, and so it’s usually set automatically based on your distribution mechanism. That is, apps you build and run locally have it set but app pushed to the App Store do not.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"