美文网首页
clang 问题

clang 问题

作者: Pei丶Code | 来源:发表于2018-08-30 11:28 被阅读34次

当我们想要查看 OC的源码实现时,将其转化为C++;
如果出现这个问题fatal error: 'UIKit/UIKit.h' file not found
可以将命令改为以下代码:
clang -x objective-c -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk ViewController.m

相关文章

网友评论

      本文标题:clang 问题

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