美文网首页
Library not loaded: /usr/lib/lib

Library not loaded: /usr/lib/lib

作者: 这不是昵称 | 来源:发表于2019-10-22 10:16 被阅读0次

    下载所需要的文件:

    github下载
    百度网盘下载 提取码: qwhy

    将下载的文件拷贝到对应的目录中

    模拟器:
    1、将“Simulator”文件中".dylib"的所有文件拷贝到下边的目录中

    Xcode11以上(含Xcode11):
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/
    Xcdoe11以下:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/

    2、将“Simulator”文件中". tdb"的所有文件拷贝到下边的目录中

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


    真机:
    1、将“Device”文件中的所有“.tdb”拷贝到下边目录中

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

    参考文献:https://github.com/cy920820/Libstdc-.6.0.9-files

    相关文章

      网友评论

          本文标题:Library not loaded: /usr/lib/lib

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