Re: Compile errors in PCH on Mac OS X project
Re: Compile errors in PCH on Mac OS X project
- Subject: Re: Compile errors in PCH on Mac OS X project
- From: "TAYLOR J.M." <email@hidden>
- Date: Fri, 01 Jun 2012 08:01:33 +0100
- Thread-topic: Compile errors in PCH on Mac OS X project
Title: Re: Compile errors in PCH on Mac OS X project
> My .pch file is:
...
> But I do have C files in the project. I tried removing them but the build fails in the same place.
If you have mixed file types in your project then you will have multiple precompiled headers. To be sure *which* one is leading to the error, you might have a look at the full command associated with the build error. That will tell you which language variant is associated with the problem, which might give you some clues. You could then, if you wanted, disable precompilation and just include your pch header file from a relevant source file, which might allow you to play around more easily to work out where the problem is coming from.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden