hyperbrew / bolt-cep

A lightning-fast boilerplate for building Adobe CEP Extensions in React, Vue, or Svelte built on Vite + TypeScript + Sass
MIT License
297 stars 41 forks source link

Compiling zxp failed #98

Closed nangonghan closed 1 year ago

nangonghan commented 1 year ago

On an Apple computer with an inter chip ,Compiling zxp failed,There are two reasons .

The first zxpsigncmd has no executable permissions There is a problem with the relative path when the second execsync is executed, and it will be fine if it is replaced with exec

image

The red line is the changed code and now it works

nangonghan commented 1 year ago

These codes are inside zxp.js

nangonghan commented 1 year ago

I can make do with this modification at present, but I still hope to optimize the problem from the source

justintaylor-dev commented 1 year ago

See the Misc Troubleshooting in the readme section for working on this:

https://github.com/hyperbrew/bolt-cep#misc-troubleshooting