所以我一直在尝试使用Realm浏览器和Xcode,以便我更容易看到和测试我的对象。但我似乎遇到了一些问题。
第一个问题是,使用Realm Browser我无法使用下拉选项'open common locations'实际打开我的文件位置,因此我可以通过iPhone模拟器打开它。即使我使用替代方法打开文件,我仍然在控制台中收到以下错误。
UserInfo = {
Error Code=8,
NSLocalizedDescription=Realm file is currently open in another process which cannot share access with this process. All processes sharing a single file must be the same architecture. For sharing files between the Realm Browser and an iOS simulator, this means that you must use a 64-bit simulator.
}
这很奇怪,因为我的Macbook是64位,因为2013年中期Macbook Air可以帮助解决这个问题吗?因为如果我可以使用浏览器应用程序,它将使开发变得更加容易。
答案 0 :(得分:1)
所以我想出来并意识到你必须使用iPhone 5s或更高版本运行应用程序
答案 1 :(得分:0)
你是对的。不能在不同体系结构的进程之间同时打开域。 iPhone 5或更早版本的模拟器以32位进程运行。