Subject: Re: NSObjCRuntime.h won't compile? Or .mm files?
To: Xcode Users <email@hidden>
Message-ID: <email@hidden">email@hidden>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
On Sep 22, 2005, at 8:07 AM, Bob Sabiston wrote:
Are there any settings in Xcode that say whether the compiler
should be able to do objective-C, anything like that?
Check out the "Compile Sources As" build setting.
But if your sources are named with the appropriate extensions for the
style of code they contain, this shouldn't be a problem.
It looks like you may be including a Cocoa header from a C++ file,
possibly through another header or your prefix header. It would be
helpful to see the entire build transcript line for the compilation
step that is failing (in the build transcript, something 6 or 7 lines
tall that starts with "CompileC")
Chris