美文网首页iOS
pch文件导入uikit报错 could not build m

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

作者: ioido | 来源:发表于2016-09-20 09:33 被阅读145次

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

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

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

    相关文章

      网友评论

      • 白色天空729:突然感觉自己好菜 哈哈哈不能只当代码的搬运工呀~:smile:
      • 嘞似彩笔:找了好多都没解决 - - 终于在你这搞定了 多谢多谢~
        ioido:不客气,我也是在网上找到的

      本文标题:pch文件导入uikit报错 could not build m

      本文链接:https://www.haomeiwen.com/subject/toznettx.html