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.
help to re-sign app
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: help to re-sign app
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
thank you, i wish if some one know the codesign syntax for re-sign a livecode generated app
Re: help to re-sign app
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