iOS 内存地址对齐原则

    xiaoxiao2023-10-31  183

    OC代码转C++文件:

    cd到main.m的文件中,执行:

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

     

    https://blog.csdn.net/xiong452980729/article/details/70140050

     

    最新回复(0)