Page 2 of 2

Re: No code signature found

Posted: Thu Jul 06, 2017 12:59 pm
by LiveCode_Panos
Hi Jerry,

I am a bit confused. Can you try the following (without using Xcode at all):

1. Open LC and create a new stack, and add just a button
2. Save the stack
3. Open the standalone application settings for iOS, and choose the free provisioning profile you have created (use the default app id that is already there (e.g. "com.yourcompany.yourapp")
4. Build an iOS standalone
5. Open Xcode, and go to Window -> Devices menu
6. Connect your device, it should now appear in the left pane of the Xcode window
7. Drag the .app file you created in step 4 onto the list of the device apps.

Can you now install this app?

Best,
Panos
--

Re: No code signature found

Posted: Thu Jul 06, 2017 6:46 pm
by sphere
Hi Panos,

no it says " The executable was signed with invalid entitlements" when dragging to the device. Makes sense right?

Also no error now when creating the iOs standalone from LC. It asks nicely if i want to sign it and to allow access from the Keychain.
So now i'm curious why i got errors building the original stack.

Regards,
Jerry

Re: No code signature found

Posted: Thu Jul 06, 2017 7:02 pm
by sphere
Hi Panos,

now i'm confused too.
I did the same now again with the original stack.
Saved it to desktop (before i saved it to usb stick, why should it matter)
dragged it to the device, now it installed without error.

I can't explain why it does work now, but it seems the Provisioning Profile and Certificate are ok.

Thanks Panos for your patience with me.

Kind regards,
Jerry

Re: No code signature found

Posted: Fri Jul 07, 2017 9:52 am
by LiveCode_Panos
Hi Jerry,
no it says " The executable was signed with invalid entitlements" when dragging to the device.
Hmm maybe the provisioning profile you use is associated *only* with the specific app id of your app (and not the generic "com.yourcompany.yourapp" identifier)? I am not really sure.

But anyway, I am glad it works for you now :)

Best regards,
Panos
--

Re: No code signature found

Posted: Fri Jul 07, 2017 5:48 pm
by sphere
Thanks for your help and advise Panos :)

Kind regards,
Jerry