react-native run-ios
だけだと起動するシミュレータが固定されてしまいます。
シミュレータを指定したい場合は--simulator
オプションを使うことができます。
react-native run-ios --simulator="iPhone 5s"
利用可能なシミュレータを調べたい場合は以下のコマンド。
xcrun simctl list devices
Go to list of users who liked
More than 5 years have passed since last update.
react-native run-ios
だけだと起動するシミュレータが固定されてしまいます。
シミュレータを指定したい場合は--simulator
オプションを使うことができます。
react-native run-ios --simulator="iPhone 5s"
利用可能なシミュレータを調べたい場合は以下のコマンド。
xcrun simctl list devices
Register as a new user and use Qiita more conveniently
Go to list of users who liked