jpalumickas / node-mac-sign-in-with-apple

Sign in with Apple for node and Electron
MIT License
8 stars 4 forks source link

Error Domain=com.apple.AuthenticationServices.AuthorizationError Code=1000 \"(null)\" #4

Open luokunman opened 1 year ago

luokunman commented 1 year ago

Does electron work in a development environment?

jpalumickas commented 1 year ago

@luokunman yes, it should work, but you need to build with correct entitlements.

luokunman commented 1 year ago

@luokunman yes, it should work, but you need to build with correct entitlements.

But I have gathered a lot of information that entitlements can only be recognized by the electron-builder, and the development environment seems to be nowhere to be recognized

After entitlements.plist is added, the application cannot be opened.

image

image

jpalumickas commented 1 year ago

I think if you add entitlements, you need to sign it with development key with electron builder