When you compile an app, the header files are translated to .PCH because it is much faster to read a pre-parsed file than the same text file every time. If a .PCH becomes invalid or corrupt, the easiest way to repair it is to delete it and let the compiler rebuild it.
Bookmarks