美文网首页
Clang命令

Clang命令

作者: Cerko | 来源:发表于2017-08-24 19:06 被阅读14次

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

    //支持weak

    clang -x objective-c -rewrite-objc -fobjc-arc -fblocks -mios-version-min=8.0.0 -fobjc-runtime=ios-8.0.0 -O0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk clang.m

    相关文章

      网友评论

          本文标题:Clang命令

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