You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into this bug facebook/idb#490
and I'm trying to see if my tests are going to run on iOS 11.4 for the time being.
In Xcode I've downloaded ios 11 and I've created a new simulator with it.
I deleted the simulator with ios12. So currently when I run this: $ applesimutils --list --byName "iPhone 8"
i get
detox[93098] INFO: [DetoxServer.js] server listening on localhost:60549...
detox[93098] ERROR: [index.js/DETOX_INIT_ERROR]
Error: Can't find a simulator to match with "iPhone 8", run 'xcrun simctl list' to list your supported devices.
It is advised to only state a device type, and not to state iOS version, e.g. "iPhone 7"
at AppleSimUtils.findDevicesUDID (/node_modules/detox/src/devices/ios/AppleSimUtils.js:46:13)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
what am I missing here?
The text was updated successfully, but these errors were encountered:
I'm running into this bug facebook/idb#490
and I'm trying to see if my tests are going to run on iOS 11.4 for the time being.
In Xcode I've downloaded ios 11 and I've created a new simulator with it.
I deleted the simulator with ios12. So currently when I run this:
$ applesimutils --list --byName "iPhone 8"
i get
but when I run my test I get:
what am I missing here?
The text was updated successfully, but these errors were encountered: