I wanted to prevent Xcode from generating tons of warnings for third-party libraries I use and added -isystem
flag to the "Other compiler flags". However, now build fails, giving me an error that my .pch
file can not be found.
How does one affect the other? Can't wrap my head around this one.