如何让 "File -> Open in Realm Browser" 菜单选项起作用
How do I get "File -> Open in Realm Browser" menu option to work
自从升级到 Xcode 7 后,我一直无法使用 File -> Open in Realm Browser
菜单选项。这是迄今为止我查看 Realm Browser 最方便的选项。还有其他人对此有任何问题吗?
在 repository documentation 中,说明说:
To install the Realm Plugin, open RealmPlugin.xcodeproj and Build. This will prompt for your password. After building the plugin, restart Xcode.
我已经尝试 building/restarting 几次,但没有任何反应。我没有收到任何日志或问题,也没有提示我输入密码。我目前正在使用 Xcode 7.1 和 Realm Browser 0.96.1。有任何想法吗?非常感谢任何反馈。谢谢!
(免责声明:我是 Realm 浏览器的工程师之一)
天哪!我以前没有听说过这是一个问题。谢谢!
遗憾的是,Apple 'officially' 不支持与 Xcode 的插件集成,因此当发布主要新版本时,为旧版本构建的插件停止工作是很常见的。
我做了一个 issue on the Realm Browser GitHub page 来调查这个问题,看看我们需要做些什么来解决它。
自从升级到 Xcode 7 后,我一直无法使用 File -> Open in Realm Browser
菜单选项。这是迄今为止我查看 Realm Browser 最方便的选项。还有其他人对此有任何问题吗?
在 repository documentation 中,说明说:
To install the Realm Plugin, open RealmPlugin.xcodeproj and Build. This will prompt for your password. After building the plugin, restart Xcode.
我已经尝试 building/restarting 几次,但没有任何反应。我没有收到任何日志或问题,也没有提示我输入密码。我目前正在使用 Xcode 7.1 和 Realm Browser 0.96.1。有任何想法吗?非常感谢任何反馈。谢谢!
(免责声明:我是 Realm 浏览器的工程师之一)
天哪!我以前没有听说过这是一个问题。谢谢!
遗憾的是,Apple 'officially' 不支持与 Xcode 的插件集成,因此当发布主要新版本时,为旧版本构建的插件停止工作是很常见的。
我做了一个 issue on the Realm Browser GitHub page 来调查这个问题,看看我们需要做些什么来解决它。