简体   繁体   English

使用iOS 8.4通过CocoaPods更新Parse.com SDK

[英]Updating Parse.com SDK through CocoaPods using iOS 8.4

Trying to add and update a CocoaPod that is used in my application. 尝试添加和更新在我的应用程序中使用的CocoaPod。

Unfortunately I got the following error while adding or updating the pods: 不幸的是,添加或更新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)`

Parse Quick Srart 解析快速Srart

https://www.parse.com/apps/quickstart#parse_data/mobile/ios/native/existing https://www.parse.com/apps/quickstart#parse_data/mobile/ios/native/existing

Add pod 'Parse' to your podfile and run pod install. 将pod'Parse'添加到您的podfile中并运行pod install。

u can run: pod install --verbose --no-repo-update 您可以运行:pod install --verbose --no-repo-update

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM