为什么我无法写入远程Realm对象服务器?

时间:2016-11-01 11:29:33

标签: realm realm-mobile-platform

当我执行以下代码时,在我的mac上运行Realm对象服务器时,它会正确插入值。但是当我部署对象服务器时,永远不会执行items.insert行:

try! items.realm?.write {
 items.insert(Task(value: ["text": text]), at: items.filter("completed = false").count)
}

我试图将代码分成try catch块,但没有生成/捕获错误。

我该如何调试?我的ROS Ubuntu设置有什么“错误”吗?

0 个答案:

没有答案