I'm having a problem compiling a开发者_如何学Pythonn application which uses Core-Plot in debug mode. It works absolutely fine compiling in release mode, but when I compile in debug mode I get an error that the header file for Core-Plot can't be found. Any idea which of the many settings in x-cide might be causing this problem?
Sounds like you added the path to the Core Plot headers to your target's Header Search Paths only for the Release configuration instead of All Configurations.
精彩评论