Page 1 of 1

Invalid entitlements?

Posted: Sat Feb 15, 2014 8:46 pm
by thatkeith
I'm trying my first 'LC to iOS' test. *Very* basic hello world stuff, just a button and a field. The problem is that getting the provisioning profiles and related stuff sorted out is... 'interesting'. (Thanks a bunch, Apple!)

I have a profile and certificate that seem correct; they check out, at least. And when I build an iOS app from LC it works, and I'm definitely selecting the profile that I just made following the instructions here: http://forums.runrev.com/viewtopic.php? ... 52&#p91778. But when I try adding the app to my iPhone in Xcode (Organizer > Devices, the Applications pane of my device) I get the following message:
The executable was signed with invalid entitlements.

The entitlements specified in your application’s Code
Signing Entitlements file do not match those
specified in your provisioning profile.

(0xE8008016).
Any suggestions? I just want to get past this Apple Dev nightmare so I can get on with the MUCH nicer process of LiveCode development! :roll:

Keith

Re: Invalid entitlements?

Posted: Sat Feb 15, 2014 8:52 pm
by thatkeith
Err... :oops:
Memo to self: remember to add the correct Internal App ID in the iOS section of the Standalone Application Settings window.

It works. Next, making something that actually does what I want. Which is entirely my problem. :lol: