我最近将我的
Swift iOS应用程序从Xcode7升级到Xcode8,并将部署平台从iOS 9.3升级到iOS 10.我的应用程序开始出现这样的错误:
Module file was created by an older version of the compiler: rebuild
‘SwiftyJSON’ and try again.
我用Google搜索并在SO Module file was created by an older version of the compiler上找到此链接.按照说明删除派生数据并使用carthage update –no-use-binaries命令重建.但是应用程序仍然无法构建并抱怨上面提到的错误消息.
Xcode 8和iOS 10是否支持SwiftyJSON?
解决方法
SwiftyJSON
now supports Swift 3.
pod’SwiftyJSON’,’3.0.0′