美文网首页
Xcode一些路径摘录

Xcode一些路径摘录

作者: 洋_iOS | 来源:发表于2018-10-24 11:57 被阅读0次

    Xcode几大路径熟悉一下

    Xcode真机缺少库 添加 libstdc++.6.0.9.tbd

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib

    Xcode几个路径终端修改,官方版本

    https://developer.apple.com/library/archive/technotes/tn2339/_index.html

    Xcode模拟器目录

    /Library/Developer/CoreSimulator/Profiles/Runtimes/

    Xcode证书路径

    ~/Library/MobileDevice/Provisioning Profiles

    Xcode编译项目缓存垃圾的目录

    ~/Library/Developer/Xcode/DerivedData

    Xcode PCH 根文件路径

    $(PROJECT_DIR)/$(PROJECT_NAME)/

    Xcode插件路径

    ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name

    Jenkines共享证书路径

    /用户/共享/Jenkins/Library/MobileDevice/Provisioning Profiles

    mac上真机目录

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

    相关文章

      网友评论

          本文标题:Xcode一些路径摘录

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