美文网首页
IOS Xcode10升级后项目报错library not fo

IOS Xcode10升级后项目报错library not fo

作者: FMaarten | 来源:发表于2018-12-24 20:12 被阅读0次
    • 首先找到下面文件添加libstdc++.6.0.9与libstdc++.6文件
      //真机文件路径
      /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/usr/lib
    • //模拟器文件路径
      /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib
    • 同时添加libstdc++.6.dylib与libstdc++.dylib两个文件到下面文件夹下
      /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib

    下面是文件下载地址:
    点击前往下载
    提取码:jhyd
    注:下载的libstdc++.zip压缩包里面包含真机与模拟器的文件,按上面的前两个步骤添加就行,libstdc++.6.dylib.zip压缩包按第三步操作就行

    相关文章

      网友评论

          本文标题:IOS Xcode10升级后项目报错library not fo

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