Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 8 replies, 0 views
Replied In
App Sandbox not enabled
I just had the same error, tried everything on Stackoverflow, Google and here with not luck.
I'm trying to use Apple Silicon to upgrade my app to universal but my old xcode app project was from old intel mac, and had an user defined setting VALID_ARCHS set to x86_64.
So my solution was to remove that VALID_ARCHS variable and it works perfectly.
My suggestion is to carefully and double check for possible conflicts in build settings, if you are having this problem due to upgrading from previous old xcode project.