On 17/12/2013 04:11, Dinesh Amarasekara wrote:
Hi,

I have bundled a java application using appbundler. But when I try to sign
the bundle it gives me the following error.

JavaAppLauncher malformed object (unknown load command 9)

Any input for this highly appreciated.

Thanks And Best Regards,
Dinesh.

PS : I ran the following to sign the bundle.

codesign -s "3rd Party Mac Developer Application: My Application
(AAABBBCCC)" "My Application.app"

I think you have to use the --deep option when signing now
After signing you can verify it was signed correctly using

/usr/bin/codesign --verify --deep  --verbose "My Application.app"

which will highlight any problems.

Paul

Reply via email to