Digits.sharedInstance() 在设备上崩溃

Digits.sharedInstance() crashing on devices

我不久前在我的 iOS 项目中集成了 Digits by Fabric,以通过 phone 数字对用户进行身份验证,一切正常,直到最近我的应用程序由于以下代码行而开始崩溃我们在项目中初始化 Digits 的地方:

Digits.sharedInstance().start(withConsumerKey: "myConsumerKey", consumerSecret: "myConsumerSecret")

给出以下错误:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ' -[NSURL initFileURLWithPath:]: nil string parameter'

我已经尝试了所有选项,但找不到解决方案,我们将不胜感激。

我刚刚从我的 pods 中删除了 Digits 并重新安装它,它开始工作并警告我必须升级到 Firebase 的新 phone 身份验证服务,因为 [=12] 已获取 Digits =].