AFNetworking / Xcode-Project-Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install with iOS 7.0

LGibson69 opened this issue · comments

I get this message: The platform of the target 'Pods' (iOS 5.0) is not compatible with 'AFNetworking (2.0.0-RC3)' with has a minimum requirement of iOS 6.0 - OS X 10.8. I'm targeting iOS 7.0 (Base SDK) and my OS X version is 10.8.5. What am I doing wrong?

Your Podfile is targeting an incompatible version of AFNetworking. You should use `pod 'AFNetworking', '~> 1.3'. 46bc16b adds an explicit versioning constraint.