Codelite on Mac can't run program

CodeLite installation/troubleshooting forum
dreamspy
CodeLite Curious
Posts: 3
Joined: Sun Apr 30, 2023 6:30 am
Genuine User: Yes
IDE Question: c++
Contact:

Codelite on Mac can't run program

Post by dreamspy »

When i do a "build and run" in codelite of a hello world program I get the following error from the "terminal" app:

--begin quote--
“codelite-exec.sh” can’t be opened because (null) is not allowed to open documents in Terminal.
--end quote--

But when I just try to run the compiled program in Terminal myself then the program works fine. So the problem seems to that I need to give codelite somehow permissions to open documents in Terminal.

I can't see anything in "Settings >> Privacy and Security". Anyone know how to fix this?

regards
Frímann

dreamspy
CodeLite Curious
Posts: 3
Joined: Sun Apr 30, 2023 6:30 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Codelite on Mac can't run program

Post by dreamspy »

Here is the error that I get. Googling this seems futile, but I can't be the only one experiencing this. I'm running MacOS Ventura 13.1.

You do not have the required permissions to view the files attached to this post.
dreamspy
CodeLite Curious
Posts: 3
Joined: Sun Apr 30, 2023 6:30 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Codelite on Mac can't run program

Post by dreamspy »

I was obviously to tired to know how to Google last time I tried. Found a solution here: https://community.localwp.com/t/null-is ... hell/34977

Change default terminal to iTerm2

Post Reply