文章分类 -  ios之Xcode

摘要:https://blog.csdn.net/annkie/article/details/84651538 2018年11月30日 14:50:41 annkie 阅读数:421 2018年11月30日 14:50:41 annkie 阅读数:421 2018年11月30日 14:50:41 ann 阅读全文
posted @ 2019-04-04 17:59 sundaysios 阅读(1067) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/41c9a6897f06 2016.07.19 09:11* 字数 209 阅读 6249评论 1喜欢 1 2016.07.19 09:11* 字数 209 阅读 6249评论 1喜欢 1 2016.07.19 09:11* 字数 209 阅读 6 阅读全文
posted @ 2019-04-04 16:12 sundaysios 阅读(633) 评论(0) 推荐(0) 编辑
摘要:1.报错:You need at least git version 1.8.5 to use CocoaPods 使用命令查看已安装cocoapods的版本 出现报错: [!] You need at least git version 1.8.5 to use CocoaPods (Pod::I 阅读全文
posted @ 2018-09-19 11:55 sundaysios 阅读(198) 评论(0) 推荐(0) 编辑
摘要:2017年06月13日 16:10:17 00圈圈 阅读数:1396 标签: xcode 更多 个人分类: 原创 iosXcode 2017年06月13日 16:10:17 00圈圈 阅读数:1396 标签: xcode 更多 个人分类: 原创 iosXcode 2017年06月13日 16:10: 阅读全文
posted @ 2018-09-19 09:44 sundaysios 阅读(2974) 评论(0) 推荐(0) 编辑
摘要:原因: 苹果在XCode10和iOS12中移除了libstdc++这个库,由libc++这个库取而代之, 苹果的解释是libstdc++已经标记为废弃有5年了,建议大家使用经过了llvm优化过并且全面支持C++11的libc++库。 临时解决办法 拷贝缺失的 libstdc++、libstdc++. 阅读全文
posted @ 2018-09-18 22:39 sundaysios 阅读(600) 评论(0) 推荐(0) 编辑
摘要:libstdc++.6已经在Xcode10中被废弃,所以链接有stdc++.6的lib会在Xcode10上编译报错,这时就需要手动将stdc++.6替换成c++ 在Podfile中增加post_install的hook,代码如下: post_install do |installer| instal 阅读全文
posted @ 2018-09-18 22:28 sundaysios 阅读(223) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示