iOS中.m 生成.cpp文件
2021-02-21 本文已影响0人
阳vs阴
终端cd文件目录输入
clang -rewrite-objc xxx.m
或者
clang -x objective-c -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk xxx.m