我通过运行“ react-native init MyFirstProject”创建了一个新的react native项目。我还安装了节点,并且没有向任何文件添加自己的代码。
我试图通过运行“ react-native run-ios --simulator =“ iPhone 8”“来运行该项目以确保其正常运行。该命令运行成功,但是出现以下错误。
无法连接到开发服务器。
确保满足以下条件:
- 节点服务器正在运行并在同一网络上可用-从本地反应根运行'npm start'
- 在AppDelegate中正确设置了节点服务器URL
- WiFi已启用,并与节点服务器连接到同一网络
URL:http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false
RCTFatal __28- [RCTCxxBridge handleError:] _ block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__ CFRunLoopRun
CFRunLoopRunSpecific 块引用 GSEventRunModal
UIApplicationMain
主要
开始
如何解决此错误?
答案 0 :(得分:0)
尝试打开您的项目ios/MyFirstProject/MyFirstProject.xcworkspace
,看看是否有任何构建错误。