美文网首页
关于各种东东在Xcode的存放位置

关于各种东东在Xcode的存放位置

作者: 健了个平_24 | 来源:发表于2020-02-04 15:40 被阅读0次

    旧版本的libsted++存放位置:

    • 真机:
      /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/
    • 模拟机:
      /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

    真机测试包位置:

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    代码块存放位置:

    ~/Library/Developer/Xcode/UserData/CodeSnippets

    Application Loader存放位置:

    /Applications/Xcode.app/Contents/Applications

    相关文章

      网友评论

          本文标题:关于各种东东在Xcode的存放位置

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