Xcode Alamofire objectmapper 的 10 个更新问题
Xcode 10 update issue with Alamofire objectmapper
我将我的 iOS 版本更新到 12.0.1,当我 运行 我的 Xcode 版本 10 中的代码出现错误时,例如 > Invalid redeclaration of '<-' (Alamofire objectmapper ).
当我回到 Xcode 版本 9.4 时,它在 swift 3.3 上工作正常,但在我的更新版本 12.0.1 iOS 中没有 运行,它显示错误,如 "This iPhone 6s is running iOS 12.0.1 (16A404), which may not be supported by this version of Xcode." 请回复。提前致谢
我在 Xcode 10 中使用了 pod update AlamofireObjectMapper
。iOS 12 和更高版本仅由 Xcode 10 构建。您必须使用 Xcode 10 并更新AlamofireObjectMapper 到最新版本。
希望对您有所帮助!
复制下面的整行并更新 podfile。应该不错
pod 'AlamofireObjectMapper', '~> 5.0'
我将我的 iOS 版本更新到 12.0.1,当我 运行 我的 Xcode 版本 10 中的代码出现错误时,例如 > Invalid redeclaration of '<-' (Alamofire objectmapper ). 当我回到 Xcode 版本 9.4 时,它在 swift 3.3 上工作正常,但在我的更新版本 12.0.1 iOS 中没有 运行,它显示错误,如 "This iPhone 6s is running iOS 12.0.1 (16A404), which may not be supported by this version of Xcode." 请回复。提前致谢
我在 Xcode 10 中使用了 pod update AlamofireObjectMapper
。iOS 12 和更高版本仅由 Xcode 10 构建。您必须使用 Xcode 10 并更新AlamofireObjectMapper 到最新版本。
希望对您有所帮助!
复制下面的整行并更新 podfile。应该不错
pod 'AlamofireObjectMapper', '~> 5.0'