user2717129
user2717129

Reputation: 681

How To Permanently Close iOS Simulator (React Native)

I've opened multiple iOS simulators (e.g. an iPhone XS and an iPhone X). Now, whenever I run react-native run-ios, all the simulators launch. How can I change this so only a single simulator launches when I run react-native run-ios?

Upvotes: 0

Views: 422

Answers (1)

tx2
tx2

Reputation: 734

When all simulators are opened just close one by one hitting CMD+W. The next time you run it you should only have one.

Upvotes: 2

Related Questions