Xpoo Go does no open on Simulator with MacOS

Viewed 12

I am trying out react native on my M1 MacBook and I am getting this when I launch the Xcode IOS simulator. I do not have any errors in the console and the QR code scan on multiple devices is working perfectly.

Here is what happens: enter image description here

here is my console:

 enter image description here

1 Answers

Have you tried updating xcode. A while back I also experienced problems with xcode on mac and after updating xcode everything was working again.

Related