Try this URL

https://developer.apple.com/documentation/security/com_apple_security_app-sandbox?language=objc

It’s not very useful. But it does say that entitlement needs a boolean.

Try adding to the entitlements.plist the following:

        <key>com.apple.security.app-sandbox</key>
        <true/>

Wonder what your app is doing that my app was not. If we knew, we could add 
this to the list of entitlements and explain when it needs to be used.

Kee

> On Nov 26, 2018, at 1:51 PM, Rick Harrison via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> I had a couple of issues with the delivery of my
> to the apple app store.
> 
> I followed Kee’s livecode lesson exactly, so what
> do I need to do to fix this?
> 
> Here are the issues:
> i386 (in com.(..myappname..).app/Contents/MacOS/revsecurity.dylib)
> 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 list. Refer to the App Sandbox 
> <https://developer.apple.com/devcenter/mac/app-sandbox/> page for more 
> information on sandboxing your app.
> Your help is appreciated in advance!
> Thanks,
> Rick
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to