React Native BUILD SUCCEED, but “No devices are booted.”

后端 未结 9 1381
一整个雨季
一整个雨季 2021-01-31 20:57

Here\'s my environment:

➜  AwesomeProject node --version
v6.3.0
➜  AwesomeProject npm --version
3.10.3
➜  AwesomeProject react-native --version
react-native-cli: 1.0.         


        
相关标签:
9条回答
  • 2021-01-31 21:31

    Ran into the same problem. Hardware > Restart fixed it.

    0 讨论(0)
  • 2021-01-31 21:31

    This is old question but I understand people run into this even today. Posting what I saw as a solution for me.

    Try opening simulator on your Mac as-is without react-native. If you are able to open simulator via Xcode, you will be able to open it via react-native command.

    I noticed I needed to free-up system resources to be able to open any new simulator instances. I killed few processes, was able to open simulator via Xcode and then via react-native too.

    Good luck!

    0 讨论(0)
  • 2021-01-31 21:34

    Had a similar problem so I opened it up in Xcode and built the project from there. The issue was that no device was selected. Xcode will tell you that when you try to build.

    0 讨论(0)
提交回复
热议问题