React Native iOS 无法连接到开发服务器
Posted
技术标签:
【中文标题】React Native iOS 无法连接到开发服务器【英文标题】:React Native iOS could not connect to development server 【发布时间】:2021-10-14 01:43:26 【问题描述】:我得到了常见的Could not connect to development server
错误,例如React-native ios: Could not connect to development server。有效的东西:
192.168.4.59:8082/index.bundle?platform=iOS&dev=true
) 并在浏览器中打开该 URL 会加载包
手机和笔记本电脑在同一个wifi
杀死节点进程并使用 --reset-cache 重新启动 npm
重启xcode、iphone和电脑(多次)
我可能做错了什么?
【问题讨论】:
【参考方案1】:它可以使用 USB 电缆而不是 wifi 并取消选中 Xcode > Devices And Simulators
窗口中的“通过网络连接”。
【讨论】:
以上是关于React Native iOS 无法连接到开发服务器的主要内容,如果未能解决你的问题,请参考以下文章
无法使用 React Native 将 Socket io 连接到 https
Expo react-native 将无法连接到 socketio(Android 和 iOS)
Detox react-native build 成功,“Detox 似乎无法连接到测试应用程序!” (iOS)
在 iPhone 上使用 expo 时无法从 React Native 应用程序连接到 socket.io 服务器