xcode低版本能够编译项目 升级到xcode10以后报错。
处理方法:Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/c++
把这个文件夹拷贝到xcode10以上版本 对应的目录下
library not found for -libstdc++.6.0.9 报这个错误
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/
把这个目录下的 -libstdc++.6.0.9 拷贝到xcode10 以上版本 对应目录。(xcode10以上不再支持libstdc++.6.0.9)
处理完这些问题 如果编译还报以下错误。
处理方法:
File->Project Settings(WorkSpace Settings)
把这个引用给删掉,然后就可以编译了。目前现更新到这里。
网友评论