Hi,I tried to upgrade my local aerodoc-ios with the new pod :First thing I noticed was that I had to upgrade my cocoapods to 0.29then my updated pod file :xcodeproj 'AeroDoc.xcodeproj'
platform :ios, '7.1'
pod 'AeroGear', :git => 'https://github.com/aerogear/aerogear-ios.git'
pod 'AeroGear-Push', '0.8.0'
And then after typing "pod install" I'm getting :[!] Unable to satisfy the following requirements:
- `AFNetworking (= 2.2.1)` required by `AeroGear (1.5.0)`- `AFNetworking/Serialization` required by `AFNetworking (2.2.1)`- `AFNetworking/Security` required by `AFNetworking (2.2.1)`- `AFNetworking/Reachability` required by `AFNetworking (2.2.1)`- `AFNetworking/NSURLConnection` required by `AFNetworking (2.2.1)`- `AFNetworking/NSURLSession` required by `AFNetworking (2.2.1)`- `AFNetworking/UIKit` required by `AFNetworking (2.2.1)`- `AFNetworking/Serialization` required by `AFNetworking/NSURLConnection (2.2.1)`- `AFNetworking/Reachability` required by `AFNetworking/NSURLConnection (2.2.1)`- `AFNetworking/Security` required by `AFNetworking/NSURLConnection (2.2.1)`- `AFNetworking/NSURLConnection` required by `AFNetworking/NSURLSession (2.2.1)`- `AFNetworking/NSURLConnection` required by `AFNetworking/UIKit (2.2.1)`- `AFNetworking/NSURLSession` required by `AFNetworking/UIKit (2.2.1)`- `AFNetworking (= 1.3.1)` required by `AeroGear-Push (0.8.0)`
I'm probably missing sometinh obvious :) , any ideas ? Do I need to explicitly add AFNetworking in my pod ?
Seb
On Tue, Mar 18, 2014 at 8:37 AM, Corinne Krych <corinnekrych@gmail.com> wrote:
Hello iOS Friends,
AeroGear iOS 1.5 is on his way. We plan (if no objections raised) to release it end of this week. Main focus of 1.5 is to upgrade to iOS7 and AFNetworking 2.x (latest 2.2.1).
To test it, open Podfile and point to the latest git branch
pod 'AeroGear', :git => 'https://github.com/aerogear/aerogear-ios.git'
Help us make this release a success, give it a trial, and let us know how it goes for your project.
++
Corinne
_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev
_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev