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.

App is not signed: CSC_LINK or CSC_NAME example

See original GitHub issue

Hi,

I try to build my app to MAS (with “target”: “mas” in my package.json, I think it’s ok, but I have an the an error : App is not signed: CSC_LINK or CSC_NAME

Can I have an example please ?

I don’t understand how can I declare this CSC_LINK (The HTTPS link (or base64-encoded data) to certificate (*.p12 file).) and CSC_NAME

I try this : export CSC_NAME="Developer ID Application: Jeremie Chazelle (XXXXXXXXXX)"

In my package.json I declare “identity”: “Developer ID Application: Jeremie Chazelle (XXXXXXXXXX)”, why declare in my package.json and with export ?

"osx": {
      "title": "Sparkle",
      "background": "build/background.png",
      "icon": "build/icon.icns",
      "icon-size": 128,
      "target": "mas",
      "contents": [
        {
          "x": 355,
          "y": 125,
          "type": "link",
          "path": "/Applications"
        },
        {
          "x": 155,
          "y": 125,
          "type": "file"
        }
      ]
    },
    "mas": {
      "identity": "Developer ID Application: Jeremie Chazelle (XXXXXXXXXX)"
    }

I know that CSC_LINK is “The HTTPS link (or base64-encoded data) to certificate (*.p12 file)” form documentation, but where can I found this ? What is the format ? example : export CSC_LINK=“url / string / number” ? Can I have an example please ?

Thank you !

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
develarcommented, May 20, 2016
0reactions
JeroenVinkecommented, Jul 26, 2016

https://www.youtube.com/watch?v=pQaXpUouz2A&feature=youtu.be helped me a lot, thanks for that. Please consider adding this to the code signing page as i’m sure it will help others

Read more comments on GitHub >

github_iconTop Results From Across the Web

code signature in [app] not valid … | Apple Developer Forums
When I build the app and try to open it I immediately get an error that says appName cannot be opened because developer...
Read more >
Code Signing - electron-builder
To sign app on build server you need to set CSC_LINK , CSC_KEY_PASSWORD : Export certificate. Consider to not use special characters (for...
Read more >
Secure Hosted Payment Page Styling Guide - Barclaycard
The purpose of this document is to provide information on styling and customising the Secure Hosted Payment Page ("Payment Pa ge");.
Read more >
TypeScript bluebird Promise.resolve Examples
TypeScript Promise.resolve - 19 examples found. ... cscLink != null) { this. ... cscName == null) { log("App is not signed: CSC_LINK or...
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