I've just uninstalled my app in the simulator, and now I can't run it again using the react-native run-ios command. My simulator is open, but my app doesn't appear.
How can I reinstall my app to the simulator?
I've just uninstalled my app in the simulator, and now I can't run it again using the react-native run-ios command. My simulator is open, but my app doesn't appear.
How can I reinstall my app to the simulator?
After I close my previous Metro
terminal, and run react-native run-ios
command again, I am able to get it re-installed.
Close the metro bundle and then run react-native run-ios
command.
If it still doesn't work, open Xcode and run the project on simulator.
As i mentioned earlier in my comment, go to ios folder of the project, and open the .xcworkspace file or open the ios folder directly from xcode, and run the project on the simulator, this way it definitely will install your app.