-
Notifications
You must be signed in to change notification settings - Fork 247
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
How to MacOSX #395
Comments
The above didn't work for me on Catalina 10.15.6 with Python 3.8.5 installed from brew. I would still get the error that python is damaged and can't open, even after disabling macOS gatekeeper as shown above. The solution was to fully turn off rootless aka System Integrity Protection (SIP).
|
I put here some useful info, at least for macOS Sierra 10.12.6
To solve this last problem, I've made a script to launch icestudio with admin privileges. I hope someone find this useful. Alex (mSlider) |
So, I've been trying to get this working on macOS Ventura 13.0 with a MacBook Air M2, 2022. The main thing that doesn't seem to work properly (that I can find) is that the drivers don't install properly. I'm using version
Since I know the app is running under rosetta, I tried to ensure that brew was also installed under rosetta, and it is, but for some reason it's not being found.
So I have two versions of brew installed, |
Hi! try this solution and tell us if works for you: |
Thanks for the pointer! That's actually the exact same instructions I followed to get the x86_64 version of brew installed (as I showed in my last comment). And with it installed I still get the same error that brew was not found in PATH. |
Thanks a lot @jrwagz ! PR accepted and wips have been generated! |
I'm closing this issue because i'm releasing a native osx arm 64 bundle. This bundle not only fix the native support , the weid permissions problems are fixed, icestudio ask you for administrator password when it need it and apply the correct permissions. Now the process has been simplified a lot. If you need reopen the issue, do it! |
This is not an issue, this is a short tutorial of how to install and run Icestudio on Mac OSX Mojave and Catalina.
Mac OSX Mojave and Catalina generate some errors in Icestudio.
In some cases, application crashes and others don't detect python correctly.
This is because it includes some security features that, for the moment, to run it, implies some tricky initial configuration.
First, you need to install python throught brew to detect if correctly from Icestudio.
If you don't have brew installed, do:
When finish type:
brew install python
The last sentence installs the last python3.X stable version at brew in your system (at April 4th of 2020, python 3.7) and this is compatible with others python installations that you have.
The final step to install and run Icestudio is disable security OSX Gatekeeper.
To do this, you need to type this into the terminal:
sudo spctl --master-disable
Next download the last NIGHTLY version at:
https://icestudio.io/
Download the zip file, deflate and launch app (if you want you can drag into Applications folder or each of you want).
Once upon Icestudio is started, ask you for your board and ask you to install the toolchain.
When the toolchain process has been finished, Icestudio ask you for drivers install.
Now you have your Icestudio ready to use!
Once you have toolchain and drivers installed, you could activate Gatekeeper again typing in the terminal:
sudo spctl --master-enable
If in the future you need to reinstall a new Icestudio fresh install or update the toolchain, you need to disable and reenable again.
It is possible that if you enable Gatekeeper, when you launch Icestudio first time after that, you need to go to General Preferences -> Security to enable it.
The text was updated successfully, but these errors were encountered: