mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Cocoapods conflicts with AFNetworking 3.0 #119

Closed LawrenceHan closed 8 years ago

LawrenceHan commented 8 years ago
Analyzing dependencies
[!] Unable to satisfy the following requirements:

- `AFNetworking (= 3.0.4)` required by `Podfile.lock`
- `AFNetworking (~> 3.0)` required by `MJApiClient (0.5.0)`
- `AFNetworking (~> 2.6.3)` required by `MRProgress/AFNetworking/Base (0.8.3)`
- `MRProgress/AFNetworking` required by `Podfile`
mrackwitz commented 8 years ago

Please update MRProgress as well. The dependency was bumped for newer versions. You can do that by including it on the command line or updating all pods, e.g. pod update AFNetworking MRProgress or pod update.