How to stop huge Prefix.pch.gch file from being copied into application bundle
Posted
by Andrew Madsen
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Madsen
Published on 2010-05-22T19:16:53Z
Indexed on
2010/05/22
19:20 UTC
Read the original article
Hit count: 341
For some reason, XCode has decided to start copying a huge Prefix.pch.gch file into my application's resources folder when building. This file is not in the Copy Bundle Resources build phase, nor can I find any other project setting that should tell XCode to do this. Has anyone seen this before and know what's going on?
© Stack Overflow or respective owner