Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codesign fails on Yosemite 10.10.3 #1396

Closed
hongrich opened this issue Apr 9, 2015 · 2 comments
Closed

codesign fails on Yosemite 10.10.3 #1396

hongrich opened this issue Apr 9, 2015 · 2 comments

Comments

@hongrich
Copy link
Contributor

hongrich commented Apr 9, 2015

After upgrading OS X to 10.10.3 and Xcode to 6.3 yesterday, it seems that signing the entire app bundle with --deep no longer works. Signing the included frameworks and apps individually according this fixes the problem. Related to #171 and #720

@asamiller
Copy link

I'm also having an issue signing after updating to 10.10.3 and Xcode 6.3. I'm running:

codesign --verbose --deep --force --sign "<DEV ID>" build/Atom.app
and get
build/Atom.app: invalid or unsupported format for signature In subcomponent: /Users/asa/app/Atom.app/Contents/Frameworks/Squirrel.framework

@zcbenz
Copy link
Member

zcbenz commented Apr 13, 2015

I think signing individual frameworks and apps has always been the correct way to go. I'm closing this since this is a problem of OS X, not something we can fix in atom-shell.

There are also some instructions on code signing in nw.js's issues:
nwjs/nw.js#3258
nwjs/nw.js#616

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants