gpt4 book ai didi

swift - 无法将类型 'Swift._NSContiguousString' 的值转换为“NSNumber”

转载 作者:可可西里 更新时间:2023-10-31 23:55:37 26 4
gpt4 key购买 nike

if let userID = NSUserDefaults.standardUserDefaults().valueForKey("uid") as? String{

currentUser = User(name: snapshot.value["name"] as! String ,phoneNumber: snapshot.value["phoneNumber"] as! String, userId: userID , isOnline: snapshot.value["isOnline"] as! Bool, key: "", lastName: snapshot.value["lastName"] as! String, photoUrl: "")

}

我将 Firebase 用作 MBaaS,我在 currentUser 行收到此错误,奇怪的是,这并非一直发生,但只有在我离开应用程序(主页按钮)或重新进入应用程序时才会发生..
感谢您的宝贵时间。

最佳答案

试试这个(swift 3)

(userID as AnyObject).integerValue

关于swift - 无法将类型 'Swift._NSContiguousString' 的值转换为“NSNumber”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37165936/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com