Alamofire (~> 4.0) required by PodfileNone of your spec sources contain a spec satisfying the dependency: Alamofire (~> 4.0).
You have either:
pod repo update.How can I fix this? Thanks.
Same problem here.
NB : this is not a bug, more like a question that could should be asked on Stack Overflow, tagged with alamofire. Anyhow, that's an easy answer : how could Cocoapods get Alamofire 4.0 if it hasn't been released yet? It's still beta so even though the podspec says 4.0.0, there's no 4.0.0 tag yet!
TL;DR : write pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'master'
@thebluepotato Thank you for the explanations.
Thanks @thebluepotato. 馃嵒
Most helpful comment
NB : this is not a bug, more like a question that
couldshould be asked on Stack Overflow, tagged withalamofire. Anyhow, that's an easy answer : how could Cocoapods get Alamofire 4.0 if it hasn't been released yet? It's still beta so even though the podspec says 4.0.0, there's no 4.0.0 tag yet!TL;DR : write
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'master'