Parse无法将数据添加到对象

时间:2016-10-04 18:01:40

标签: ios arrays swift parse-platform

我试图在自托管解析中向数组添加数据。

这是我的代码。

notification.addUniqueObjects(from: [currentUser], forKey: "readMembers")
notification.saveEventually()

我收到此错误

Warning: `BFTask` caught an exception in the continuation block. This behavior is discouraged and will be removed in a future release. Caught Exception: Invalid type in JSON write (_SwiftValue)

0 个答案:

没有答案