美文网首页
library not found for -lcrt1.3.1

library not found for -lcrt1.3.1

作者: 今年27 | 来源:发表于2017-11-15 15:12 被阅读32次

发现编译错误,报错信息是library not found for -lcrt1.3.1.o,注意,这篇文章就是针对解决-lcrt1.3.1.o库的,如果是library not found for - 其他的库,请点击这里完美解决"library not found for - X"

如果是lcrt1.3.1.o库出错,那么你试一试在iOS 10以上的设备上运行一下,你会发现,我的天啊,竟然没有不会出现这个错误了,那么恭喜你,你只要按照以下的方法做就可以完美解决了。

在General -> Deployment Info -> Deployment Target中,把5.1.1改为6.0。好了,去运行吧。(如果还有问题,厉害了,word哥,请微信联系我,liujia123888)

相关文章

网友评论

      本文标题:library not found for -lcrt1.3.1

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