- 首先找到下面文件添加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压缩包按第三步操作就行
网友评论