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"

浙公网安备 33010602011771号