News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

CANT COMPILE AND RUN ON MAC OS BIG SUR

Started by luca5, March 17, 2021, 06:04:46 AM

Previous topic - Next topic

luca5

Hi,

I'm currently running the Code blocks version 17.12 on my mac and I keep getting the same error message when trying to compile and run my project.

'/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/lucas/Desktop/v/bin/Debug/v '
lucas@Lucass-MBP ~ % '/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/lucas/Desktop/v/bin/Debug/v '
zsh: no such file or directory: /Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/lucas/Desktop/v/bin/Debug/v
lucas@Lucass-MBP ~ %

I am aware that I can't use non ASCII characters in my filepath and yet I still get an error message. When I open the exec file in Debug it works but when I try doing it from codeblocks it doesn't work.

Any tips?

Thanks