annnnnnnd it looks like this might be a case of the issue being related to appID's being case sensitive. ugh.
On Thu, Jul 13, 2017 at 12:47 PM, Mike Kerner <[email protected]> wrote: > 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> > > > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
