You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered multiple validation errors when uploading my pkg file using Transporter after upgrading @electron/osx-sign from version 1.3.0 to 1.3.1. Reverting back to version 1.3.0 resolves these issues. The errors are as follows:
Asset validation failed (90230): Invalid product archive metadata. Error in keyPath [product-metadata.product-version]. Please re-build your archive with an up-to-date version of Xcode, and submit again. (ID: 244a41aa-94ec-40ce-840b-35b864e673c0)
Asset validation failed (90264): Invalid product archive. The lowest minimum system version in the product definition property list, none, must equal the LSMinimumSystemVersion value, 10.15. (ID: 72d99a9e-9d4c-49f2-a6e9-a86a8b7b9261)
Asset validation failed (90230): Invalid product archive metadata. Error in keyPath [product-metadata.product-identifier]. Please re-build your archive with an up-to-date version of Xcode, and submit again. (ID: 3ed194c6-6eb7-4455-984f-147c6b679eb6)
Steps to Reproduce
Upgrade @electron/osx-sign to version 1.3.1.
Sign and make your Electron app for Mac App Store using the following command:
electron-forge make --arch x64 --platform mas
Upload the pkg file using Transporter.
Observe the validation errors.
Expected Behavior
The pkg file should pass validation without any errors, as it does with version 1.3.0.
Actual Behavior
Validation errors 90230 and 90264 occur, preventing the pkg file from being uploaded successfully.
Additional Information
macOS Version: 15.0 Beta (24A5289h)
Xcode Version: 16.0 beta 3 (16A5202i)
Electron Version: 31.2.1
electron-forge: 7.4.0
Node Version: 20.15.1
This issue seems to be specifically introduced in version 1.3.1 of @electron/osx-sign. Reverting to version 1.3.0 resolves the issue, suggesting a regression or an unintended change in the new version.
Please let me know if you need any further information or logs to help diagnose this issue. Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
Hi, I am also seeing this when running npx electron-forge publish --arch arm64 on an x86 Mac. Interestingly, I don't see it when running npx electron-forge publish right before that.
Description
I encountered multiple validation errors when uploading my pkg file using Transporter after upgrading
@electron/osx-sign
from version 1.3.0 to 1.3.1. Reverting back to version 1.3.0 resolves these issues. The errors are as follows:Asset validation failed (90230): Invalid product archive metadata. Error in keyPath [product-metadata.product-version]. Please re-build your archive with an up-to-date version of Xcode, and submit again. (ID: 244a41aa-94ec-40ce-840b-35b864e673c0)
Asset validation failed (90264): Invalid product archive. The lowest minimum system version in the product definition property list, none, must equal the LSMinimumSystemVersion value, 10.15. (ID: 72d99a9e-9d4c-49f2-a6e9-a86a8b7b9261)
Asset validation failed (90230): Invalid product archive metadata. Error in keyPath [product-metadata.product-identifier]. Please re-build your archive with an up-to-date version of Xcode, and submit again. (ID: 3ed194c6-6eb7-4455-984f-147c6b679eb6)
Steps to Reproduce
@electron/osx-sign
to version 1.3.1.Expected Behavior
The pkg file should pass validation without any errors, as it does with version 1.3.0.
Actual Behavior
Validation errors 90230 and 90264 occur, preventing the pkg file from being uploaded successfully.
Additional Information
This issue seems to be specifically introduced in version 1.3.1 of
@electron/osx-sign
. Reverting to version 1.3.0 resolves the issue, suggesting a regression or an unintended change in the new version.Please let me know if you need any further information or logs to help diagnose this issue. Thank you for your assistance!
The text was updated successfully, but these errors were encountered: