slyfalcon

Results 6 comments of slyfalcon

Still not solved, when I met with an old project build on ionic 1.3.3 , and run it on iOS 12, can someone give some hints?

这么久了!官方还是没解决!

缺少libstd的原因。把缺少的build时候加进去就行。

https://github.com/devdawei/libstdc-.git 将此库里的包,拷贝到xcode。如果xcode 最新beta版本,手动拷贝,beta版有个目录是没有的

> @slyfalcon > 按照上面的方式install.sh脚本执行成功,但是并没有什么用,还是报错,希望能尽快解决! > > ![{53FFAFA8-7D54-175A-1AD6-67256A8E4827}](https://user-images.githubusercontent.com/18138282/63138247-6b121b00-c00c-11e9-84a8-69baf4711ee5.jpg) > ![{466EE781-99CE-C678-A0BC-C33C2BEB91F8}](https://user-images.githubusercontent.com/18138282/63138280-7f561800-c00c-11e9-8496-14b51b03db25.jpg) 在编译时候要link对应的stdlib进来。

将缺少的stdlib拷贝到xcode10 对应目录,编译时候添加stdlib 或者你下载老版本 xcode