I have a project with 6 targets. If I build one of the targets, Xcode
insists on recompiling my precompiled header multiple times:
Precompiling Sources/includes/myproject_prefix.h
Precompiling Sources/includes/myproject_prefix.h
Precompiling Sources/includes/myproject_prefix.h
Precompiling Sources/includes/myproject_prefix.h
Precompiling Sources/includes/myproject_prefix.h
Precompiling Sources/includes/myproject_prefix.h
Precompiling Sources/includes/myproject_prefix.h
Precompiling Sources/includes/myproject_prefix.h
I am running xcode 2.2 on 10.4.6. Any thoughts on why this is occurring and
how I can prevent it ?