I work on a mac app that gets signed by a script written by another group at my company. In the past that script, which runs on 10. has produced a valid signed binary (according to checking with codesign and spctl).
It seems starting with 10.10.4, our signed binary isn't being checked as correct when a user launches (after downloading from a website, which puts the binary in quarenteen).
On 10.10.5, I get this when I attempt to launch:
10/13/15 12:58:38.456 PM CoreServicesUIAgent[32675]: Error -60005 creating authorization
10/13/15 12:58:40.551 PM CoreServicesUIAgent[32675]: Error: No signature database
10/13/15 12:58:40.554 PM CoreServicesUIAgent[32675]: Cannot load Interface Builder file '/System/Library/Frameworks/AppKit.framework/Resources/English.lproj/NSAlertPanel.nib'
10/13/15 12:58:40.554 PM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.oneshot.0x10000038.<appname replaced by me>[32822]) Service exited due to signal: Killed: 9
I tried with the latest beta of 10.11.1, and it seems to launch correctly with no issues.
Anyone run into this?
Thanks,
Lucien