views:

144

answers:

1

I'm having a problem compiling an 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?

+2  A: 

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.

Ole Begemann