Issues with app delivery!
Rick Harrison
harrison at all-auctions.com
Wed Nov 28 13:25:41 EST 2018
Hi Guys,
I managed to strip out the old 32 bit stuff leaving
just the 64 bit code thanks to your instructions.
I re-codesigned the app and made sure that
the entitlements.plist had:
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
I tested the package to make sure it executed fine,
and tested my resulting app which worked fine too.
I used the Application Loader and started uploading
the package to Apple.
It then spit the following error message back at me.
ERROR ITMS-90296: “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 [(“<myapp>.pkg/Payload/<myapp>/Contents/MacOS/<myapp>”)] Refer to App Sandbox page at https://developer.apple.com/devcenter/mac/app-sandbox/ for more information on sandboxing your app.”
The Application Loader offered option buttons - “Send to Apple…”, “Activity…” “Back”… “Send”.
So what should I do now besides feeling very frustrated?
Rick
More information about the use-livecode
mailing list