ios - Alamofire not working (Swift/Xcode 8) -
i getting following errors when trying import alamofire project (cocoapods isn't working me, have manually import it).
anyway, i'm using xcode 8 , swift 2.3, , i'm getting these errors:
update: cleaned xcode, downloaded latest version of alamofire , restarted computer. now, xcode seems giving me conflicting errors (pictures reference) thanks!
as of september '16, need use following in podfile:
pod 'alamofire', :git => 'https://github.com/alamofire/alamofire.git', :tag => '3.5.0'
pointing swift2.3 branch no longer works, branch has been deleted. tag '3.5.0' points last revision on master supports swift 2.3.
Comments
Post a Comment