Re: Compile error in 4.6.1: "PCH file built from a different branch"
Re: Compile error in 4.6.1: "PCH file built from a different branch"
- Subject: Re: Compile error in 4.6.1: "PCH file built from a different branch"
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 21 Mar 2013 23:06:22 +0100
Le 21 mars 2013 à 22:56, Quincey Morris < email@hidden> a écrit : On Mar 21, 2013, at 14:44 , Jens Alfke < email@hidden> wrote: I thought this might be due to a dependency problem with leftover precompiled headers; but clean builds don’t make it go away, nor does deleting the project’s build folder.
AFAIK precompiled headers aren't kept in the build folder because they can be shared between different projects. This is borne out by your build transcript, where the precompiled header is (apparently) here:
/var/folders/4f/mvdftm3d5ss0ystm0m2q8q3m0000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/CouchbaseLitePrefix-alacozqkwfsxiufumtuzemcdtdlb/CouchbaseLitePrefix.h
which is not a build folder, and your build folder is (apparently) here:
"/Couchbase/CouchbaseLite/build/CouchbaseLite.build/...
Probably what you need to do is touch the precompiled header source file to force it to be rebuilt?
Or delete the whole Xcode cache folder at /var/folders/4f/mvdftm3d5ss0ystm0m2q8q3m0000gn/C/com.apple.Xcode.501/
|
_______________________________________________
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