"No code signature found" - Xcode 4.2, Livecode 5

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mvetto
Posts: 3
Joined: Sat Oct 29, 2011 1:44 pm

"No code signature found" - Xcode 4.2, Livecode 5

Post by mvetto »

I built a standalone app using live code 5 after getting a provisioning profile (linked to the app ID - which is the same name I gave to the app).
Unfortunately when dragging the standalone app icon into Xcode 4.2 i get the error message "No code signature found"
Can someone please help?
Thanks"
Marco
jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7423
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by jacque »

Did you assign the profile in the standalone settings? This has bitten me before too, sometimes I forget to do it.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
mvetto
Posts: 3
Joined: Sat Oct 29, 2011 1:44 pm

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by mvetto »

Sella in fact I did assign it properly. I even tried both tre profile created for the app and the iOS team profile. None of them worked.
CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by CALL-151 »

Search the forum for the words "code signature" to see some possible solutions.
colourpixels
Posts: 83
Joined: Mon Oct 31, 2011 5:28 am

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by colourpixels »

I found the utility called "AppResigner" on the Gorbster dot neet website fixed the problem for me.
jeanvouillon
Posts: 21
Joined: Sat Jan 15, 2011 6:40 pm

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by jeanvouillon »

Hi,
I had the same problem because of an expired certificate. So I went the Keychain utility and simply delete the expired certificate to fix the problem.
dstrickler
Posts: 1
Joined: Wed Jan 04, 2012 5:03 pm

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by dstrickler »

Removing the expired certs in the keyring helped me too. I used to be a developer, so there were was one in there that was expired. After I deleted it, I need to recompile my code with LiveCode again, and this time my Mac asked for permission to use a new part of the keychain, a good indication of it using a new certificate in the keychain.

After that, I used the Xcode "Organizer" function to add in an Application that under where it sees my iPhone. It worked well, and I didn't get and errors.

Thanks for the tip!
baranmir
Posts: 7
Joined: Sat May 07, 2011 1:16 am

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by baranmir »

Deleting an expired certificate helped me too.
FireWorx
Posts: 362
Joined: Wed Sep 07, 2011 9:39 pm

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by FireWorx »

I use "AppResigner" it is a life saver!
dimwinds
Posts: 1
Joined: Mon Sep 03, 2012 8:17 am

Re: "No code signature found" - Xcode 4.2, Livecode 5

Post by dimwinds »

Possibly there's a duplicate certificate in your keychain access.
Post Reply