美文网首页
iOS library not found for -lstdc

iOS library not found for -lstdc

作者: 赵哥窟 | 来源:发表于2018-11-22 10:41 被阅读13次

    如果遇到这个问题可以下载libstdc++.6.0.9.tbd、libstdc++.6.tbd 文件
    https://github.com/Cui-y/Libstdc-.6.0.9-files

    For Device

    Put tbd copy to the path:

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

    For Simulator

    Put dylib copy to the path:

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

    Put tdb copy to the path:

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

    相关文章

      网友评论

          本文标题:iOS library not found for -lstdc

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