-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
21.x Mac App Store: Provisioning profile ignored, platform 'mas' !== 'darwin' #4152
Comments
On the latest
Once I saw the above, I thought the provisioning profile being ignored was the cause, but maybe that isn't the case. I am running |
This is probably related to #4074 |
I'm going to close this, I still get the error with my old configuration, but I ended up following this article (linked in electron-builder's docs): https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/ With that, and not running two targets in one call to build (saw in another issue), I was able to notarize my app successfully and run it on Catalina. |
I've been trying to get the new version of
electron-builder
to work for app store submissions, and several of the updates have gotten me closer, but I'm still running into a problem. After turning on debugging, it looks like my provisioning profile is getting pulled, but then ignored. I don't have the opportunity right now to pull logs from the old version, but here's what I'm seeing (Content in <> is replaced, should be unnecessary)The line in question in
util-provisioning-profiles.js
:The final log line has
opts.platform
as "darwin" andopts.type
as "distribution".I'm not entirely sure where I could even add "darwin" to get this to work, I'm not sure where that
platforms
array is pulled from (it is not directly in the provisioning profile).The text was updated successfully, but these errors were encountered: