天天看点

Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1

Cartfile:

github "SwiftyJSON/SwiftyJSON"

got error:

Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1

fixed it by adding 'master' on the end in cartfile:

github "SwiftyJSON/SwiftyJSON" "master"

转载于:https://www.cnblogs.com/levy/p/Module-compiled-with-Swift-30-cannot-be-imported-i.html