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

Building the app on a OS 12.3 will throw an error. #362

Closed
2 of 4 tasks
wswebcreation opened this issue Apr 4, 2022 · 3 comments · Fixed by #363
Closed
2 of 4 tasks

Building the app on a OS 12.3 will throw an error. #362

wswebcreation opened this issue Apr 4, 2022 · 3 comments · Fixed by #363

Comments

@wswebcreation
Copy link
Contributor

Appium or Appium Desktop?

  • 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
@jlipps
Copy link
Member

jlipps commented Apr 4, 2022

hmm, usually dependency updates will be proposed automatically. do you see anything having been merged like that? otherwise please do create a PR.

@wswebcreation
Copy link
Contributor Author

Hi @jlipps

I'm not sure, the dep updates, that become PRs, are AFAIK only security fixes. I'll create a PR for this

@wswebcreation wswebcreation mentioned this issue Apr 6, 2022
@wswebcreation
Copy link
Contributor Author

Done, see #363

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

Successfully merging a pull request may close this issue.

2 participants