Posts

Post not yet marked as solved
8 Replies
0 Views
I tracked down the problem to the Build Settings, Signing, CODE_SIGN_ENTITLEMENTS had multiple values. The values looked all the same, so I just re-entered the path for the entitlement file, the multiple values went away, and I no longer got the Sandbox not enabled error.
Post not yet marked as solved
8 Replies
0 Views
I'm having the same problem.• I have an appropriate .entitlements file• The entitlements file contains "App Sandbox" set to YES• App Sandbox is turned on under the target's "Capabilities"and when I try to validate for the App Store I getApp sandbox not enabled. The folowing executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements propertly list".My app doesn't contain any subexecutables.When I look at the log I see green checks for Process and for SignTried cleaning the build folder, turning sandbox off and then back on, but nothing works. Probably doing something stupid, but would be grateful if anyone has any suggestions.Thanks,Philip