Is support for Android ever planned?
BlueFalconHD
5
Posts
1
Topics
3
Following
A member registered Dec 19, 2022
Recent community posts
I have found a fix for this problem.
Open `Terminal.app`, usually located in Applications/Utilities, then run the following command, assuming you downloaded the application to your downloads folder, and unzipped it, so you have the plain .app file (if not, replace ~/Downloads/ with the name of the directory you downloaded it to):
cd ~/Downloads/Digital\ Logic\ Sim/Contents/MacOS && chmod +x Digital\ Logic\ Sim && exit
The terminal window should close, and the app should now open.
For those who are curious, these commands: move into the directory where the app is ACTUALLY stored (being what should be executable), makes that file executable, meaning the system can run it, because for some reason it isn't by default, then exit.