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?