pod repo update 更新一下repo,更新完成之后即可解决无法找到xxx第三方框架的问题了…
错误信息为 Unable to find a specification for *RMQClient* (~> 1.x.x) depended upon by Podfile 刚开始以为这个已经从pod下线了,但是在cocoaPod中查询是可以查看到的 查看地址 所以应该是本地的pods目录没有更新. 更新步骤如下: 打开Terminal pod repo remove master pod setup 先清除pod目录,随后重新安装 但是安装时间会非常长,想了解进度可以去~/.cocoapo…
1. 前往文件夹 /用户/aki/.cocoapods/repos/master/1/9/2/libwebp 2.编辑libwebp.podspec.json 将source git 改为 https://github.com/webmproject/libwebp.git…
文章转自:http://blog.csdn.net/zhangao0086/article/details/39703083 当把CocoaPods生成的workspace移动到上层目录时,需要改下Pods.xcconfig和工程里的一些设置,就通常没什么难度. 当遇到这个问题时: Could not automatically select an Xcode project. Specify one in your Podfile like so: xcodeproj 'path/to/Pro…
今天下载了别人的源码学习的时候,执行pod install报错如下: 解决办法: 更新下pod即可. pod update install成功.…
执行 pod验证 报错如下 ➜  DingtalkPod git:(2.0.0) ✗ pod lib lint --sources='https://github.com/AloneMonkey/MonkeyDevSpecs' --allow-warnings   -> DingtalkPod (2.0.0)     - WARN  | description: The description is shorter than the summary.     - ERROR | [iOS] un…
Xcode8 pod install 报错 "Generating Pods project Abort trap 今天在写一个新项目的时候,使用cocoapods在执行 $ pod install 的时候,终端提示 Generating Pods project Abort trap: 6 解决办法: 删除所有cocoapods gems, 依次执行以下命令: sudo gem uninstall cocoapods sudo gem uninstall cocoapods-core sudo…
转载自:http://blog.csdn.net/liuyujinglove/article/details/40582197 http://blog.csdn.net/dqjyong/article/details/37958067大概步骤如下: Open Xcode 6    Open Preferences    Click theLocationstab    Change theCommand Line Toolsversion toXcode 6.0    Uninstallcoco…
首先MAC自带了ruby,他是用rvm 管理的, 如果你用homebrew又安装了一个新版,很可能在升级cocoapods时遇到问题,明明自己用homebrew升级到最新版本了,页配置环境变量了,为什么还是无法升级cocoapods? 因为系统默认还是用 要用到一个气泡显示器,用了git上面的一个第三方库 执行pod install 命令报错: $ pod install Analyzing dependencies [!] Unable to satisfy the following req…
xcode 10 上pod install 出现错误 error: /Users/apple/Desktop/VenusClient/Pods/Pods/Target Support Files/Pods-VenusMaster/Pods-VenusMaster.debug.xcconfig: unable to open file (in target "VenusMaster" in project "VenusMaster") (in target 'Venu…