美文网首页
Xcode10与iOS12 适配以及解决方案

Xcode10与iOS12 适配以及解决方案

作者: money_ac9e | 来源:发表于2019-07-24 16:17 被阅读0次

    来源:
    https://my.oschina.net/iceTear/blog/2050270
    https://www.jianshu.com/p/5fb41eaffc98

    以下为路径(注意不同版本的sdk 路径不同需要自己替换)

    /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/

    xcode13的路径
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib
    xcode12的路径
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/

    链接:https://pan.baidu.com/s/1k52qRXZlglKm0pETHbftqQ 密码:klu1

    相关文章

      网友评论

          本文标题:Xcode10与iOS12 适配以及解决方案

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