help to re-sign app

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jagiron
Posts: 19
Joined: Mon Feb 20, 2012 12:47 am

help to re-sign app

Post by jagiron » Tue Feb 21, 2012 12:21 am

i create my app with live code, i need to add some files but when i do that, the application loader reject saying that the signature is invalid, anyone know how resign using the codesign tool, i do it with codesign -f -s "My distribution profiles" -v MyAppFolder.app said resigned but then the application loader say the same error.

Thanks.

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: help to re-sign app

Post by CALL-151 » Tue Feb 21, 2012 3:12 am

You need to add files using the copy files tab from within Livecode, not after you build a standalone app bundle with your distribution profile. If you search these forums, you'll find many, many discussions about codesign errors.

jagiron
Posts: 19
Joined: Mon Feb 20, 2012 12:47 am

Re: help to re-sign app

Post by jagiron » Tue Feb 21, 2012 3:59 pm

thank you, i wish if some one know the codesign syntax for re-sign a livecode generated app

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: help to re-sign app

Post by CALL-151 » Tue Feb 21, 2012 4:57 pm

If you build your standalone with a valid profile you shouldn't have to re-sign, but things go wrong for many reasons. You may have luck using AppResigner. It's available at http://www.gorbster.net/blog/archives/273

Post Reply