简体   繁体   中英

Updating Parse.com SDK through CocoaPods using iOS 8.4

Trying to add and update a CocoaPod that is used in my application.

Unfortunately I got the following error while adding or updating the pods:

[!] 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

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

Add pod 'Parse' to your podfile and run pod install.

u can run: pod install --verbose --no-repo-update

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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