mrackwitz / MRProgress

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

Cannot install MRProgress/AFNetworking with latest AFNetworking using CocoaPods #99

Closed klandor closed 9 years ago

klandor commented 9 years ago

When I tried to install MRProgress/AFNetworking with AFNetworking 2.5.2 using CocoaPods, I got following message:

Analyzing dependencies
[!] Unable to satisfy the following requirements:

- `AFNetworking/UIKit (= 2.5.2)` required by `AFNetworking (2.5.2)`
- `AFNetworking/UIKit (= 2.3.1)` required by `MRProgress/AFNetworking/Base (0.6.0)`

Looks like podspec issue?

mrackwitz commented 9 years ago

The internal dependency of the podspec was outdated. I merged #97 to prevent that happening again and I'm releasing an update over CocoaPods.

klandor commented 9 years ago

Great!

smarteletec-devs commented 8 years ago

Hello Guys,

With the version AFNetworking (2.6.3) the same error is back again when I try to integrate MRProgress with AFNetworking.

Any possible workaround for this!

and thanks for the this great library :).