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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -