iOS "Invalid Entitlements"

Mike Kerner MikeKerner at roadrunner.com
Thu Jul 13 12:47:21 EDT 2017


Trying to debug invalid entitlements, and I'm not seeing the problem.
Compiles fine, codesigns fine.  I don't run into an issue until installing
on a physical device.
I have checked the physical device's UDID to confirm that it is in the
ProvisionedDevices section
relevant output from codesign:

<key>get-task-allow</key>

<false/>

<key>aps-environment</key>

<string>production</string>


relevant output from security cms

<key>get-task-allow</key>

<false/>

<keya>ps-environment</key>

<string>production</string>

<key>com.apple.developer.default-data-protection</key>

<string>NSFileProtectionComplete</string>



More information about the use-livecode mailing list