问题:http://www.cocoachina.com/bbs/read.php?tid-188086-page-1.html
解决方法:
http://stackoverflow.com/questions/19723392/adding-c-file-causes-pch-error
#import
's with preprocessor directive #ifdef __OBJC__ #endif
在pch文件中加入OBJC的开头结尾,问题原因是C语言文件编译了pch文件