simctl Questions
5
I want to test same unit test on various platform versions.
However, I can't due to a xcodebuild error.
I built my project
xcodebuild build-for-testing \
-configuration Debug \
-scheme UnitTest ...
Audley asked 6/7, 2020 at 7:51
2
i want to list available ios simulators as in below format ( iOS version should take from JSON key )
{
"name": "iPhone 5s (11.4)",
"udid": "FB6B3F7F-E6CD-4F64-8EC4-6C07C86A25C8"
}
{
"name": "iP...
Paean asked 11/11, 2019 at 18:32
3
Solved
How do I get the bundle identifiers of all the apps installed on an iOS simulator?
I want to automate uninstallation of a specific app called WebDriverAgent (used by Appium) via a script.
e.g.
...
1
Solved
When I'm running UI tests in parallel on multiple simulators, the cloned simulators appear to be totally invisible to xcrun simctl.
When running xcrun simctl list, the source simulator appears, bu...
Turbine asked 8/10, 2019 at 16:24
1
Solved
I am trying to delete a Simulator but it is in a state which simctl delete will not delete it. I removed it from all the places I can think, but a reference to it is preserved somewhere.
First, th...
Roice asked 14/9, 2016 at 16:46
0
I have a XCTest bundle which I can run through xcode on a simulator by using simctl. I am using the iPhone 6 iOS 9.1 simulator with the following environment variables:
export SIMCTL_CHILD_TestBun...
Internuncial asked 10/11, 2015 at 15:43
1
Solved
When I try to install my app in the booted simulator, like this:
xcrun simctl install booted /build/iphone/build/Debug-iphonesimulator/foo.app
I get the following result:
An error was encounter...
Chev asked 18/6, 2015 at 9:43
1
Solved
I am launching my app in the simulator using xcrun simctl. I would like to be able to set the language that the simulator launches with (ie. switch to French on one run, to Englash on another). Is ...
Zante asked 9/1, 2015 at 7:20
1
© 2022 - 2024 — McMap. All rights reserved.