CocoaPods 抛出[!] Unable to satisfy the following requirements: 错误
今天使用CocoaPods管理ReactiveCocoa,抛出以下错误
[!] Unable to satisfy the following requirements:
- `ReactiveCocoa (~> 4.0.4-alpha-4)` required by `Podfile`
正在搜索解决方案时,灵光一闪,项目之前的7.0的,而ReactiveCocoa最低要求8.0,遂打开PodFile文件,
platform :ios, ‘7.0’ 改成 platform :ios, ‘8.0’ 即可。
网上有说更新CocoaPods版本能解决,由于我的问题已经解决加上update pods耗时太久就没有深究,有谁遇到并能解决的烦请告知,不过个人认为应该是不能解决的。