0
我之前在我的iOS項目中整合了Digit按位來驗證用戶的電話號碼,直到最近我的應用程序開始崩潰時,由於以下代碼行在我們的項目初始化位數:Digits.sharedInstance()在設備上崩潰
Digits.sharedInstance().start(withConsumerKey: "myConsumerKey", consumerSecret: "myConsumerSecret")
捐贈以下錯誤:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ' -[NSURL initFileURLWithPath:]: nil string parameter'
我已經嘗試了所有選項,但未能找到解決任何幫助,將不勝感激。