Page 2 of 2

Re: no such file or directory

Posted: Tue Aug 03, 2021 11:06 pm
by annmillikin

rm ~/Library/Application Support/CodeLite fixed my crashing issue...

And now my code compiles. Woot woot! :D :D :D :D :D


Re: no such file or directory

Posted: Tue Aug 03, 2021 11:09 pm
by annmillikin

Oh and I went into the App Store and reinstalled xcode.


Re: no such file or directory

Posted: Sun Aug 22, 2021 9:00 pm
by gast
annmillikin wrote: Tue Aug 03, 2021 11:06 pm

rm ~/Library/Application Support/CodeLite fixed my crashing issue...

And now my code compiles. Woot woot! :D :D :D :D :D

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 pm

rm ~/Library/Application Support/CodeLite fixed my crashing issue...

Where did you put the above line?


Re: no such file or directory

Posted: Sun Aug 22, 2021 11:46 pm
by annmillikin

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>


Re: no such file or directory

Posted: Sun Aug 22, 2021 11:49 pm
by annmillikin

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...


Re: no such file or directory

Posted: Mon Aug 23, 2021 1:09 pm
by gast

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 !