美文网首页
iOS 使用clang 编译OC 为C++ 文件

iOS 使用clang 编译OC 为C++ 文件

作者: 小锤子_ | 来源:发表于2021-06-25 10:25 被阅读0次

以main.m 为例

首先打开终端 cd 到文件夹目录,(下图勾选的目录)


截屏2021-06-25 上午10.13.12.png

然后执行

clang -x objective-c -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk main.m

就能看到 main.cpp 文件了


截屏2021-06-25 上午10.17.24.png

相关文章

网友评论

      本文标题:iOS 使用clang 编译OC 为C++ 文件

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