Skip to content

Error: mas target — Identity name is specified, but no valid identity with this name in the keychain #479

@jechazelle

Description

@jechazelle

Hi,

I try to use electron builder to MAS deploiement
"electron-builder": "4.2.6",
"electron-prebuilt": "1.2.2",

"build": {
    "productName": "My App",
    "app-bundle-id": "com.myapp",
    "app-category-type": "public.app-category.productivity",
    "osx": {
      "title": "MyApp",
      "target": "mas",
      "identity": "Jeremie Chazelle"
    },
    "mas": {
      "entitlements": "./default_mas_entitlements",
      "entitlementsInherit": "./default_mas_inherit_entitlements"
    }
  }

But I have an error :

Error: Identity name "Jeremie Chazelle" is specified, but no valid identity with this name in the keychain
    at Function.<anonymous> (/Users/jeremiechazelle/Sites/my-app/node_modules/electron-builder/src/osxPackager.ts:79:15)

I checked my certificat, my private key is "Jeremie Chazelle"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions