Digits.sharedInstance()在设备上崩溃

问题描述:

我之前在我的iOS项目中整合了Digit按位来验证用户的电话号码,直到最近我的应用程序开始崩溃时,由于以下代码行在我们的项目初始化位数:Digits.sharedInstance()在设备上崩溃

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

捐赠以下错误:

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

我已经尝试了所有选项,但未能找到解决任何帮助,将不胜感激。

我刚刚从我的豆荚中删除了数字并重新安装了它,它开始工作,警告我必须升级到Firebase的新手机身份验证服务,因为Digits已被Google收购。