I dont know what happen here when I tried to compile with Xcode, the compiler show this statement, “Apple LLVM compiler 3.0 error”. It says fatal error that:
file ‘/Users/integraasp/Dropbox/code/FlipView/Classes/ColorHelper.h’ has been modified since the precompiled header was built. It can build and run well on device but I can’t test my code on simulator.
Before I got this error, I tried to copy the newest version of my code from dropbox. I don’t know what to do since I’ve changed many line of code…. :'(
I’ve tried solution from these link, but unfortunately it’s not work at all. Is there anyone can help me..? 🙁
Convert to ARC – LLVM compiler 3.0 Error
**
Finally, I’ve found the error. 🙂
**
Well, finally I’ve found the error. prefix.pch file for this
project declare was not correctly write all of header files of this project. I just
write down manually on prefix.pch all header files from my project
and it’s done. 🙂
Cleaning build folder i.e. Option+Command+Shift+K, not just Product>Clean for the project usually solves this problem.