cocoapods - Alamofire 4.0.0 erorr in Xcode 8 Beta 6 -
i'm using xcode 8 beta 6 swift 3 , installing alamofire 4.0.0 beta 1 cocoapods using code
pod 'alamofire', :git => 'https://github.com/alamofire/alamofire.git', :branch => 'swift3'
after installing, open xcworkspace file erorr , xcode ask converting code swift 2.2 3. set platform target ios 9.0 it's still not works. can help? thanks
Comments
Post a Comment