标签:vim 命令 file 全局变量 ++ control objective object div
clang编译的两种方法
1.使用绝对路径:
clang -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk xx/xx/y.m(文件的绝对路径)
通过上述命令即可编译通过
2.修改全局变量
vim ~/.bash_profile
在终端输入i键入
./ViewController.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
标签:vim 命令 file 全局变量 ++ control objective object div
原文地址:https://www.cnblogs.com/tryFighting/p/11984814.html