FR: Add ability to change iOS Simulator version (X, XR, 6s, etc.) from Android Studio
See original GitHub issueI am using Android Studio and I can see Open iOS Simulator
option in the toolbar, when I tap on it, it always launches iPhone XR simulator.
Is there any way to change the simulator from Android Studio, I know I can open the Xcode and choose the simulator from the list and then come back to Android Studio and select it, but I was looking for a way so that I can set Simulator in Xcode and next time I tap Open iOS Simulator
, I am presented with the simulator I selected in Xcode in the last run.
Flutter Doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.0.1-pre.1, on Mac OS X 10.14 18A389, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
[✓] Android Studio (version 3.2)
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
React Native Change Default iOS Simulator Device
While simulator on focus, go to File -> Open Simulator and choose the one you wish to be the default. Close the old...
Read more >How to change the IOS version in Xcode 13 simulation
Window > Devices and Simulators > Simulators; Click the "+" (at the bottom-left); Enter a new "Simulator Name"; Choose "Device Type"; Choose " ......
Read more >Setup Android & iOS simulator & installing apps - YouTube
Setup Android & iOS simulator & installing apps ... #AppiumTutorialSeries For the links details of slide, refer below link ...
Read more >Capabilities for running mobile app tests on BrowserStack
Note: All values are strings. browserstack.appium_version. Use this capability to set the Appium version in your test scripts. Android: 2.0.0 , 1.22.0 ...
Read more >iOS and Android Emulator on Windows - SmartFace
You just need an x86 build of your app. Many OS versions are supported from Android 4.4 to Android 9 emulators and iOS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
the Simulator menu changes to “File” -> Open Device, there are
under each item, you may choose the device your want.
This is how it works on my mac.
@dark-chocolate