At some point, Xcode has started procompiling my .pch twice. By
looking at the build transcript, I see that one is correctly being
compiled as C++, but the 2nd one (the one that generates hundreds
of errors) is being compiled as regular C.
Any idea why this is happening? I think it started after I added a
new folder of files to my project. These are portable files (for
out PC and Mac projects). The only oddity is that the use .cpp
instead of .cp as their extension. Could that confuse Xcode?
Ah. I found the "C Dialects to Precompile" setting and set it to only
"c++". That fixed its wagon. I still don't know why adding .cpp files
made it change. Our Mac C++ files use the .cp extension. Perhaps
Xcode doesn't know that those are C++ files?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden