The Xcode images are preinstalled with simulators, and the list can be found in the image manifest. If a different simulator is needed for your tests, you can use:
xcversion simulators --install="11.4" --no-progress
Please note that adding additional simulators will impact performance, and you may notice increased build times. You may also need to add project environment variables to sign into the development center to include this simulator.
Comments
Article is closed for comments.