Page 1 of 1

help to re-sign app

Posted: Tue Feb 21, 2012 12:21 am
by jagiron
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.

Re: help to re-sign app

Posted: Tue Feb 21, 2012 3:12 am
by CALL-151
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.

Re: help to re-sign app

Posted: Tue Feb 21, 2012 3:59 pm
by jagiron
thank you, i wish if some one know the codesign syntax for re-sign a livecode generated app

Re: help to re-sign app

Posted: Tue Feb 21, 2012 4:57 pm
by CALL-151
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