- Your RubyGems version (1.3.6) is too old, please update with: `gem update --system` ????? gem -v gives 1.8.24
- [DEPRECATED] `dependency' is deprecated (use `pod') (doesn't really matter but worth mentioning I guess as I'm using pod in my rakefile)
Resolving dependencies of:
Finding added, modified or removed dependencies:
- AFNetworking
- Facebook-iOS-SDK
- MBProgressHUD
- NanoStore
Resolving dependencies for target `default' (iOS 6.0):
- NanoStore (= 2.1.4)
- NanoStore (= 2.1.4)
- Facebook-iOS-SDK (= 3.0.8)
- SBJson (= 2.2.3)
- MBProgressHUD (= 0.5)
Installing dependencies
-> Using AFNetworking (0.10.0)
-> Using Facebook-iOS-SDK (3.0.8)
-> Using MBProgressHUD (0.5)
-> Using NanoStore (2.1.4)
-> Using SBJson (2.2.3)
Generating support files
- Generating xcconfig file at `/project/xxx/vendor/Pods/Pods.xcconfig'
- Generating prefix header at `/project/xxx/vendor/Pods/Pods-prefix.pch'
- Generating copy resources script at `/project/xxxs/vendor/Pods/Pods-resources.sh'
- Running post install hooks
- Writing Xcode project file to `/project/xxx/vendor/Pods/Pods.xcodeproj'
- Writing lockfile in `/project/xxx/vendor/Podfile.lock'
- And then I have an error in the bride I guess as it doesn't recognize anymore one of AFNetworking method : "bjective-C stub for message `setReachabilityStatusChangeBlock:' type `v@:@?' not precompiled. Make sure you properly link with the framework or library that defines this message." Was perfectly working before.