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)    收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示