摘要: Question:When I try to build my app in Xcode, I get this error message:PCH file built from a different branch ((clang-425.0.24)) than the compiler ((c... 阅读全文
posted @ 2015-12-28 14:53 WFApple 阅读(826) 评论(0) 推荐(0)
摘要: 这得从头文件的编译原理讲起。其实头文件并不神秘,它的全部作用,就是把自己的所有内容直接“粘贴”到相应的 #include 语句处。如果不相信的话,不妨做个实验,将一个 cpp 中的所有 #include 语句删掉,并将它包含的文件粘贴到相应的位置,你会发现,文件的编译和运行都完全没有受到影响。其实,... 阅读全文
posted @ 2015-12-28 14:49 WFApple 阅读(344) 评论(0) 推荐(0)