I have a project building correctly in one machine, but i am getting the following error when i try to build it in another. Both machines have the same version of OS X and XCode, and exactly the same source files.
clang: error: no such file or directory: '/Users/Cristian/Library/Developer/Xcode/DerivedData/MadGoose-alcvoermelusildxepcbneygiwbk/Build/Intermediates/PrecompiledHeaders/MadGoose_Prefix-afbukpnsoecegqeiiuwhfersynbx/MadGoose_Prefix.pch'
I have the following files on that directory
- MadGoose_Prefix.pch.data
- MadGoose_Prefix.pch.pch
- MadGoose_Prefix.pch.dia
- MadGoose_Prefix.pch.pch.hash-criteria
Anyone knows what could it be? Or what should i compare between the machines?