gpt4 book ai didi

swift - 尝试添加要解析的类时出现“架构类名称不重新验证”错误

转载 作者:行者123 更新时间:2023-12-04 17:37:45 28 4
gpt4 key购买 nike

我正在尝试保存要解析的类。但是,当我这样做时,它会给我错误“模式类名不重新验证”。我该如何处理?

我已经尝试更改类的名称,但即使那样也行不通。在解析方面,我是初学者。

let myPost = PFObject(className: textField.text!)
myPost["Name"] = textField.text!
myPost["Notes"] = Note.text
myPost["memberNumber"] = Int(stepper.value)
myPost["members"] = "\((Auth.auth().currentUser?.uid)!):\((Auth.auth().currentUser?.email)!)'"
myPost.saveInBackground { (successful, error) in
if successful {
NSLog("Event Saved")
}
else {
NSLog("Save failed")
print(error)
}

它应该保存,但由于某种原因没有保存。

最佳答案

我认为这个问题与你的类(class)名称有关我有同样的错误类(class)名称应该在没有空格或任何其他符号的字符串中,即“用户名”而不是“用户名”或“用户名?”

我希望这对您有所帮助。

关于swift - 尝试添加要解析的类时出现“架构类名称不重新验证”错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56001882/

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