-
Notifications
You must be signed in to change notification settings - Fork 98
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
Error ITMS-90287 when trying to deploy a MAS app built with electron-builder #114
Comments
Hi @tleunen thanks for filing this issue! Would you mind setting |
|
@tleunen thanks for the info! From the debug log I didn't find embedding of provisioning profile and that may be one cause of this issue. Or you may have already placed the embedded provisioning profile so In case you haven't, would you try to create a provisioning profile for distribution in the Mac App Store and either place that under the current working directory where |
Thank you @sethlu. It seems that was the issue. |
@tleunen No worries, but I will recommend having a copy of the provisioning profile while signing the app bundle as it works with team identifier and application group better and adheres to the project standard in Xcode. Let us know if there be further questions regarding code signing. 😸 |
Hi, I am trying to sign Postage for the Mac App Store. I was getting the above errors, alongside an immediate crash when running the app (EXC_CRASH, Code Signature Invalid). I tried putting my provision profile in the directory where I run |
Hi @nunziotocci, are you signing your app for development or for distribution (ready to submit to App Loader)? |
Distribution. |
@sethlu, I fixed it, I had to put my own entitlements file in the |
Same issue and solution here. Note that it has to be named |
What is the process of debugging the same when you are electron-forge package to package the application and electron-os-sign the .app. I get the same error when I use the application loader. |
@tleunen same issue. How to solve it? |
from electron-userland/electron-builder#1023
I'm trying to publish a new version of my app on the Mac App Store but I'm having difficulties with Application Loader. When Apple analyses the pkg file created by Electron-Builder, I receive 2 errors:
Any reason why? I've a valid and active profisionning profile for the distribution. And I have a
build/entitlements.mas.plist
file withWhen running
build -m
I don't have any signing warnings/errors. It takes the right certificate. So I wonder what's missing.The value of
application-groups
is the same as the one in my provisioning profile undercom.apple.application-identifier
, andcom.apple.developer.team-identifier
contains the right 123ABC value.And when I inspect the plist file in the .app package created by electron-builder, I'm seeing the team id under
ElectronTeamID
, and the application id underCFBundleIdentifier
.Any help is welcome.
Thanks.
cc @bryan-jowers
The text was updated successfully, but these errors were encountered: