在 SWIFT、GoogleToolboxForMac 中实施已弃用的 class GTMURLBuilder

Implementing deprecated class GTMURLBuilder in SWIFT, GoogleToolboxForMac

试图将 Firebase 服务安装到 iOS 项目中。似乎一切正常。但是有一个问题:

GTMURLBuilder.m:26:17: Implementing deprecated class

它是由 Google 制作的 class ob Objective-C 库。我该怎么做才能解决这个问题?

已弃用的 class 问题正在 GoogleToolboxForMac GitHub issue 中进行跟踪。

下一个版本的 FirebaseAuth 将移除它对 GoogleToolboxForMac 的依赖。有关详细信息,请参阅 this PR