Jawad Saud
Jawad Saud

Reputation: 31

App Sandbox Not Enabled Error When Uploading macOS App to App Store Despite Entitlements Being Set

I am developing a macOS application using AppKit. After archiving the app and attempting to upload it to the App Store, I encounter the following error:

The following issues occurred while distributing your application.
Validation failed
App sandbox not enabled. The following executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements property.

enter image description here

However, I have already enabled App Sandbox in my project settings, and I have verified my entitlements file.

enter image description here

What I have tried:

Additional Information:

What could be causing this issue despite the entitlements being properly configured? Is there a way to debug further why App Store Connect does not recognize the sandbox entitlement?

Upvotes: -1

Views: 32

Answers (0)

Related Questions