有时需要将代码转化为cpp文件,可以窥探底层实现.做法是先是cd 到某个文件下,然后使用下面的命令.
clang -x objective-c -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk xxx.m
有时需要将代码转化为cpp文件,可以窥探底层实现.做法是先是cd 到某个文件下,然后使用下面的命令.
clang -x objective-c -rewrite-objc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk xxx.m