-
I packaged the app on Intel MacBook, and it's running fine locally. Then I submit to the Mac App Store, the reviewer say it's crashed. But unfortunately I don't own an Apple Silicon Mac to test it. And by searching github for resolution, I have already added the entitlement of Here is the questions.
Here is the part of the crash log.
|
Beta Was this translation helpful? Give feedback.
Answered by
alex8088
Jul 25, 2023
Replies: 1 comment
-
Are native node modules used? If so, exclude them from the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SaekiRaku
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A JavaScript error occurred in the main process -> Error: Invaild or incompatible cached data (cachedDataRejected)
.Are native node modules used? If so, exclude them from the
asar
archive.