Post

Replies

Boosts

Views

Activity

Reply to MacCatalyst App Sandbox Not Enabled
OK got the solution and I'll share it here (even if it's a little... embarrassing). Short version: Scripts that are added to the app's package are treated as 'apps' from Xcode/Organiser POV, so they are required entitlements. I had a script (by mistake) and it was causing the error. In fairness, the error message did point to the script, I just assumed it was auto-generated by Xcode. Longer version: Because Firebase has no proper support yet for Mac Catalyst, I added it manually into the project. The Firebase package includes a script called "upload_symbols" used to automatically upload symbols for Crashlytics. I didn't know, but Xcode automatically added it to the target, so it was being bundled inside the package. When later I was uploading the app to AppStoreConnect, it was trying to get the sandbox entitlement from this script as well, which of course didn't exist. Hope this helps someone in the future not to loose a good few hours in such an embarassing issue!
Topic: App & System Services SubTopic: General Tags:
Jan ’22