解决方法:
模拟器的方式
将之前执行的命令:xcrun -sdk iphonesimulator clang -rewrite-objc ViewController.m
替换成为: clang -x objective-c -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk ViewController.m 即可生成对应的cpp文件。
clanclang编译错误: fatal error: 'UIKit/UIKit.h' file not found(本人亲测有效)iOS 终端使用Clang编译 重写观察Runtime源码 - 码农的青春 - CSDN博客 clang编译错误: fatal error: 'UIKit/UIKit.h' ...