React-Native 打包程序在 "Building Dependency Graph" 后停止

React-Native packager stops after "Building Dependency Graph"

当我尝试在我的常规家庭 wifi 网络中的设备 (iPhone) 上 运行 我的应用程序时,React-Native 打包程序在 Building Dependency Graph 后停止。控制台显示 __nw_connection_get_connected_socket_block_invokeConnection has no connected handler,我无法使用设备上的任何重新加载功能。

如果我在 Mac 上设置 wifi 网络并直接连接 iPhone,它会正常工作:

[18:26:09] <END>   Building Dependency Graph (1542ms)
[18:26:38] <START> request:/index.ios.bundle
platform=ios&dev=true&minify=false
...

我在 2014 MacBook Pro 上使用 XCode 8,macOS Sierra GM。

GitHub 上有一个实时且持续的问题可能会对您有所帮助 https://github.com/facebook/react-native/issues/10027