-
Notifications
You must be signed in to change notification settings - Fork 4
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 on macOS hints #2
Comments
@masc4ii there is actually a branch for macos feature/build-for-macos. Also just installing official node pkg is good enough as well. I will brew instructions anyways :) |
Ah thanks. I did not see this. Will give it a try too! |
The problem for building for macos is the "signing" part of the application. You need to have a special apple developer account to be able to sign your software, otherwise it will not start unless you add a security exception, which I don't think an average user will want to do. |
Merged in develop. |
Nice app! Thank you!
I got it working on macOS BigSur: in contrib/adb/ you should create a path "darwin" and add macOS adb there. That is missing.
And maybe these hints are useful for other macOS users:
brew install yarn
brew install node
The text was updated successfully, but these errors were encountered: