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 have verified that my issue does not occur with Appium and should be investigated as an Appium Desktop issue
The problem
If you upgraded your Mac to 12.3 you will have issues with building the App, it will throw an error like this
Exit code: ENOENT. spawn /usr/bin/python ENOENT
This is a know issue and, as far as I understood, due to the fact that Apple removed python 2.7. This issue describes this electron-userland/electron-builder#6726, a "simple" upgrade to "electron-builder": "23.0.2", will solve this.
I've upgraded my own fork and as far as I can see it works. I didn't create a PR yet because I'm not sure if you are already working on it yet, but if you want I can create one
Environment
I am running Appium Desktop version .
I am on (pick one):
Mac
Windows
Linux
The text was updated successfully, but these errors were encountered:
Appium or Appium Desktop?
The problem
If you upgraded your Mac to 12.3 you will have issues with building the App, it will throw an error like this
This is a know issue and, as far as I understood, due to the fact that Apple removed python 2.7. This issue describes this
electron-userland/electron-builder#6726, a "simple" upgrade to
"electron-builder": "23.0.2",
will solve this.I've upgraded my own fork and as far as I can see it works. I didn't create a PR yet because I'm not sure if you are already working on it yet, but if you want I can create one
Environment
The text was updated successfully, but these errors were encountered: