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"

posted @ 2016-10-31 16:05  levyleo  阅读(540)  评论(0编辑  收藏  举报