For both answers that I can give, it says that it unexpectedly quit.
I tried to uninstalled it and install it again but I still have the same problem.
I have other versions of Cubit on my computer: 2021.3 and 2021.5 and Trelis-16.5.
The version 2021.3 is still working well.
From previous topics here I executed this command on a terminal:
It seems like you’ve got another version of Python in your environment that’s conflicting with the version of Python we’re shipping with Cubit 2023.4. Do you have the PYTHONHOME environment variable set? What about DYLD_LIBRARY_PATH?
Open up a terminal and cd to /Applications/Coreform-Cubit-2023.4.app/Contents. Do a find -iname python3, you should get a path similar to ./lib/python3/Python.framework/Versions/python3. Can you run that python executable and load up into a Python prompt?
I think there may be a way to change what the icon runs when you click, maybe by accessing the options on the icon? If you’re able to include the -pythonversion 3 arg in the icon invocation, that should fix it.