codesign crashes since XCode 6.3/OS X 10.10.3
Hendrik Schreiber
hs at tagtraum.com
Sat Apr 11 20:46:02 UTC 2015
Hey there,
since upgrading to XCode 6.3 codesign crashes when signing the bundled JRE (without the JRE, signing works just fine) in my app bundle.
This is what happens:
>> codesign --deep -vvv -f --sign "Developer ID Application: MyID" MyApp.app
2015-04-10 13:48:12.595 codesign[3040:506416] Internal error unloading bundle CFBundle 0x7f990162f3e0 <(null)> (framework, not loaded)
Segmentation fault: 11
The same line worked just fine before the upgrade to XCode 6.3/ OS X 10.10.3.
Does anybody else have this problem (and perhaps a solution)?
Cheers,
-hendrik
PS: I posted more of the crash log on https://devforums.apple.com/message/1124508
More information about the macosx-port-dev
mailing list