【发布时间】:2015-08-27 14:21:34
【问题描述】:
尝试添加和更新在我的应用程序中使用的 CocoaPod。
不幸的是,我在添加或更新 pod 时遇到了以下错误:
[!] Unable to satisfy the following requirements:
- `Parse` required by `Podfile`
- `Parse (= 1.4.2)` required by `Podfile.lock`
- `Parse (~> 1.4.1)` required by `ParseFacebookUtils (1.4.1)`
- `Parse (~> 1.6)` required by `ParseUI (1.1.0)`
【问题讨论】:
-
尝试从你的 podfile 中删除所有对 Parse 的引用,然后运行 'pod install' 来卸载它。完成后,再次添加对 Parse 的正确引用,然后再次运行“pod install”。
标签: ios objective-c xcode parse-platform cocoapods