参考转自链接:https://www.jianshu.com/p/787f63f25140
尝试了 ---> /用户/aaa/资源库/Developer/Xcode/DerivedData,删除driverdata没有用。
最后 Surround #import's with preprocessor directive #ifdef __OBJC__ #endif
参考链接
https://stackoverflow.com/questions/19723392/adding-c-file-causes-pch-error
在pch里面 将引用的头文件 #ifdef __OBJC__ #endif
#ifdef __OBJC__
#import "Constant.h"
#import "ImprotHeader.h"
#import "NotificationName.h"
#import "ColorHeader.h"
#endif