ios - Alamofire 4.0.1 does not work in Xcode 8.1 -
i updated alamofire latest version (4.0.1) using carthage. working in xcode 8.1 , swift 3.0.1
after update, when try build ios app in xcode error regarding alamofire:
module compiled swift 3.0 cannot imported in swift 3.0.1
i've been looking information issue in github , thing found this issue, related warnings when updating alamofire get.
has else experienced issue? should work xcode 8.1 , swift 3.0.1 missing something?
use command
carthage update --platform ios --no-use-binaries this compile alamofire local language (swift 3.0.1). think solve problem
Comments
Post a Comment