question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OS X code signing error on Travis CI

See original GitHub issue

I’m using a code signing certificate from Certum and trying to sign my code for both Windows and OS X platform. It works great for signing my Windows app on AppVeyor, and it can successfully sign the same app for OS X using my Mac Book Air. However, it failed only on Travis CI, the codesign tool reported an error of CSSMERR_TP_NOT_TRUSTED.

https://travis-ci.org/cheton/cnc/jobs/129935268#L7018 _Log of the terminal output:_ image

_.travis.yml_ https://github.com/cheton/cnc/blob/master/.travis.yml

Is there any clue that I can figure out what is causing this error? Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
develarcommented, May 24, 2016

@cheton Is your app blocked on OS X because it is signed by not Apple cert and, so, you are not identified developer?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Travis CI Fails to Build with a Code Signing Error
Travis CI fails to build my app because the Xcode project is set up to require code signing and Travis doesn't have my...
Read more >
Common Build Problems - Travis CI Docs
Mac : macOS Sierra (10.12) Code Signing Errors #​​ Here's some information on how to recognize this issue and fix it. Your build...
Read more >
Code sign a macOS App on Travis - Deployment
To be clear, without the signing certificate and key, you cannot sign the Application. This is also true for non Apple Developer Accounts....
Read more >
Cloud Code Signing Integration with Travis CI - SSL.com
SSL.com's EV Code Signing certificates help protect your code from ... os: linux ... Both methods can sign correctly with TravisCI.
Read more >
Code Signing - electron-builder
macOS and Windows code signing is supported. ... Recommended to set it in the CI Project Settings, not in the .travis.yml / appveyor.yml...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found