Cartfile:
github "SwiftyJSON/SwiftyJSON"
get 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"
首页 > 随笔档案 > Module compiled with Swift 3.0 cannot be imported in Swift 3.0.1
Cartfile:
github "SwiftyJSON/SwiftyJSON"
get 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"
声明: 本文采用 BY-NC-SA 授权。转载请注明转自: levy