Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CodeBlocks quits unexpectedly on Mac OS

I have installed CodeBlocks on MacBook Air. I have XCode 4.6 and XCode Command Line Tools installed. But the problem is any time I try to open an existing project CodeBlock quits unexpectedly. If I create a new project CodeBlocks crushes the same way when I open any .cpp file of the project. Anyone knows how to solve the problem?

like image 742
oranJess Avatar asked Dec 15 '22 12:12

oranJess


1 Answers

Ok, I solved it. If anyone have the same issue try disabling Code Completion plugin in CodeBlocks (Plugins -> Manage plugins, find 'Code completion' in the list, click 'Disable').

Hope this helps.

like image 137
oranJess Avatar answered Jan 06 '23 09:01

oranJess