Closed jcesarmobile closed 7 years ago
[passos]: ~/Development/Projects/Feedhenry-Templates/helloworld-ios-swift [git:master]
→ pod install
Analyzing dependencies
Pre-downloading: `FeedHenry` from `https://github.com/jcesarmobile/fh-ios-swift-sdk`, branch `RHMAP-16650`
[!] Unable to satisfy the following requirements:
- `AeroGearHttp (= 1.0.0)` required by `FeedHenry (5.0.4)`
None of your spec sources contain a spec satisfying the dependency: `AeroGearHttp (= 1.0.0)`.
You have either:
* out-of-date source repos which you can update with `pod repo update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.
I was able to install it after run pod repo update
Test on helloworld swift app using this on the Podfile
pod 'FeedHenry', :git => 'https://github.com/jcesarmobile/fh-ios-swift-sdk', :branch => 'RHMAP-16650'