Alamofire objectmapper的Xcode 10更新问题

时间:2018-10-29 04:50:37

标签: ios swift alamofire xcode10

当我在Xcode 10中运行代码时,我将我的iOS版本更新为12.0.1,并出现如下错误:>无效的'<-'重新声明(Alamofire objectmapper)。 当我回到Xcode 9.4版时,它在swift 3.3上可以正常工作,但在更新的版本12.0.1 iOS中未运行,它显示错误消息,例如“此iPhone 6s在运行iOS 12.0.1(16A404),可能不支持通过此版本的Xcode。”请回答。预先感谢

2 个答案:

答案 0 :(得分:0)

我在Xcode 10中使用了pod update AlamofireObjectMapper。iOS 12和更高版本仅由Xcode 10构建。您必须使用Xcode 10并将AlamofireObjectMapper更新到最新版本。 希望有帮助!

答案 1 :(得分:0)

复制下面的intire行并更新podfile。应该很好

pod'AlamofireObjectMapper','〜> 5.0'