
iOS
Amora2018
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Xcode 中关于 Error: Multiple commands produce
更新 Xcode,自然开始第一时间运行老项目,踩坑填坑!!!我这边记录下基本出现的问题:网上搜了一下找到下面的:Build SystemAgain, Xcode 10 uses a new build system. The new build system provides improved reliability and build performance, and it...原创 2020-04-21 10:49:10 · 1147 阅读 · 0 评论 -
CocoaPods could not find compatible versions for pod "XXXXX"
今天打开几年前写的一个 Demo,执行pod install,就出现错误 CocoaPods could not find compatible versions for pod "XXXXX",意思就是找不到相关资源。我这 Demo 是依赖'Mapbox-iOS-SDK' 的。两个原因,要么是pod repo 版本太低了,要么就是Podfile 中 依赖的库比较新,而 platfor...原创 2020-04-19 14:37:12 · 1456 阅读 · 0 评论 -
CocoaPods CDN: trunk Repo update failed
成功安装 CocoaPods1.9.1 版本后,执行pod install,遇到错误:[!] CDN: trunk Repo update failed - 35 error(s):原因:CocoaPods 1.9 将 CDN 切换为默认的spec repo源,并附带了一些增强功能!CDN支持首先在1.7版本中引入,并在1.7.2中最终确定。它旨在显著加快初始设置和依赖性分析。使...原创 2020-04-16 20:19:23 · 1160 阅读 · 0 评论 -
cocoapods 安装错误 (... .rb extconf.rb mkmf.rb can't find header files for ruby at ...)
安装cocoapods:sudo gem install cocoapods是不是发生了错误 (... .rb extconf.rb mkmf.rb can't find header files for ruby at ...):This also happened to me and it is because you have to update your ruby...原创 2020-04-16 08:44:30 · 963 阅读 · 0 评论 -
react-native IOS项目打包卡在building: double-conversion|Building n of NN tasks
react-native IOS项目打包的时候卡在 building: double-conversion|Building n of NN tasks ...原因罪魁祸首就是这个ios-install-third-party.sh. 该文件在《/项目/node_modules/react-native/scripts》目录下,翻到最后部分可以看到,它要下载四个文件:h...原创 2019-04-08 09:46:46 · 3201 阅读 · 0 评论