Skip to content
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

Upload the pkg file using Transporter. Observe the validation errors. #3782

Open
3 tasks done
Z8264 opened this issue Dec 11, 2024 · 1 comment · May be fixed by electron/osx-sign#340
Open
3 tasks done

Upload the pkg file using Transporter. Observe the validation errors. #3782

Z8264 opened this issue Dec 11, 2024 · 1 comment · May be fixed by electron/osx-sign#340
Assignees

Comments

@Z8264
Copy link

Z8264 commented Dec 11, 2024

Pre-flight checklist

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project uses.
  • I have searched the issue tracker for a bug that matches the one I want to file, without success.

Electron Forge version

7.6.0

Electron version

33.2.1

Operating system

macOS 14.6.1

Last known working Electron Forge version

No response

Expected behavior

The pkg file should pass validation

Actual behavior

Upload the pkg file using Transporter.Observe the validation errors.

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: 95dd6355-54f3-4f0d-b51f-20efea65bbf9)

Asset validation failed (90264)
Invalid product archive. The lowest minimum system version in the product definition property list, none, must equal the LSMinimumSystemVersion value, 11.0. (ID: b7ef6069-3db9-455d-95d0-6e2de5ef7a05)

Steps to reproduce

  1. electron-forge make

  2. Upload the pkg file using Transporter.

  3. Observe the validation errors.

Additional information

No response

@erickzhao
Copy link
Member

Hey @Z8264, I think this is a problem with electron/osx-sign#328

Downgrading @electron/osx-sign to v1.3.0 in your lockfile will fix that issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants