2016-08-26 26 views
0

我有一个iOS应用程序,它在iOS 9中运行良好,但是当我升级到iOS 10时,出现alamofire错误。当我构建应用程序,它说使用iOS 10重建alamofire的问题

"Module file was created using an older version of the compiler, rebuild 'Alamofire' and try again" 

我试图通过键入carthage update来重建它,它不会重建框架文件,但是当我重新添加它们作为嵌入或链接的二进制文件,我得到了同样的错误。我该如何去诊断和解决这个问题?我怀疑这不是一个特别的iOS 10问题,而更多的是我未能掌握的重建。

回答

0

变化Xcode的命令行工具指向8的测试版应用程序:

sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer/ 

Swift 3.0 issue的Alamofire回购更多信息。