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

Identity name "Nuru Salihu Abdullahi" is specified, but no valid identity with this name in the keychain #520

Closed
DanSallau opened this issue Jun 17, 2016 · 0 comments

Comments

@DanSallau
Copy link

DanSallau commented Jun 17, 2016

Hi,

Please i recently adopted this great tool. On my first attempt to build following the tut . Its throwing

Command failed: codesign --sign com.apple.idms.appleid.prd.6a54416549203d4s4f642x2b344b724s5168765471413d3d --force /Users/n ...this identity cannot be used for signing code .

My problem is i don't know where this identity is coming from as i didn't specify any.


"build": {
      "appId": "app.binary.com",
      "app-category-type": "public.app-category.trading",
      "productName": "binary trading app",
      "files": ["**\/*", "!ignoreMe${node_modules/*}"],
      "osx": {
        "title": "binary App",
        "background": "build/background.png",
        "icon": "build/icon.icns",
        "icon-size": 128,
        "target": "dmg",
        "contents": [
          {
            "x": 355,
            "y": 125,
            "type": "link",
            "path": "/Applications"
          },
          {
            "x": 155,
            "y": 125,
            "type": "file"
          }
        ]
      },
}

On my attempt to solve it, i added the identity which is basically my name . It then throws the error in the title . Also i read here https://github.com/electron-userland/electron-builder/wiki/Code-Signing that we can use something call CSC_LINK, CSC_KEY_PASSWORD. Not sure what those are. I read here about creating one #458. Please how do i create one for my mac system ? Can this step be skipped ? How do i obtain the CSC_link or name ?

Please its disrupting the process and when i check my build folder, i saw a .app instead of the .dmg i specified in the target . I am guessing its because of the identity issue. Please how do i solve this ? ANy help or better explanation is appreciated.

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

1 participant