rm ~/Library/Application Support/CodeLite fixed my crashing issue...
And now my code compiles. Woot woot!
rm ~/Library/Application Support/CodeLite fixed my crashing issue...
And now my code compiles. Woot woot!
Oh and I went into the App Store and reinstalled xcode.
annmillikin wrote: ↑Tue Aug 03, 2021 11:06 pmrm ~/Library/Application Support/CodeLite fixed my crashing issue...
And now my code compiles. Woot woot!
Hi ! I'm having the same error as you do, well I think it is the same error. My terminal isn't showing "hello world" or wathever butthis :
gaston@mbp-de-gaston ~ % /tmp/codelite-exec.sh ; exit;
/tmp/codelite-exec.sh: line 3: cd: /Users/gaston/Downloads/test/build-Debug/lib: No such file or directory
Hit any key to continue...
annmillikin wrote: ↑Tue Aug 03, 2021 11:06 pmrm ~/Library/Application Support/CodeLite fixed my crashing issue...
Where did you put the above line?
I wonder if my issue was my Mac was running low on space. I switched to my work Windows machine and haven't had problems. <shrug>
Where did you put the above line?
Run the following command from a terminal on a Mac.
rm ~/Library/Application Support/CodeLite
fixed my crashing issue...
Okay, thank you for your help!
I tried adding a "lib" folder inside of the project folder and it kinda work too.
But I don't have the crashing issue yet.
Have a good day !