- 指定真机
xcrun -sdk iphoneos clang -rewrite-objc main.m
- 指定模拟器
xcrun -sdk iphonesimulator clang -rewrite-objc main.m
- 指定SDK版本
xcrun -sdk iphonesimulator11.2 clang -rewrite-objc main.m
xcrun -sdk iphoneos clang -rewrite-objc main.m
xcrun -sdk iphonesimulator clang -rewrite-objc main.m
xcrun -sdk iphonesimulator11.2 clang -rewrite-objc main.m
本文标题:clang编译错误: fatal error: 'UIKit/U
本文链接:https://www.haomeiwen.com/subject/fwuxbltx.html
网友评论