iOS

pch文件导入uikit报错 could not build m

2016-09-20  本文已影响145人  ioido

原文http://stackoverflow.com/questions/19723392/adding-c-file-causes-pch-error

Surround #import's with preprocessor directive #ifdef OBJC #endif

表示宏内引用的文件确保只被使用Objective-C语言的文件所引用,保证引用关系的清晰。

上一篇下一篇

猜你喜欢

热点阅读