Breaking change for iPhone Simulators caused by node-saucelabs version bump
See original GitHub issueHi, I have an issue related to the Sauce Labs update submitted at #206, landed in #207 and included to 4.1.5
release.
In my config I have the following launchers:
'sl-safari-latest': {
base: 'SauceLabs',
browserName: 'safari',
platform: 'macOS 10.13',
version: 'latest'
},
'sl-ios-13': {
base: 'SauceLabs',
browserName: 'iphone',
platform: 'iPhone X Simulator',
version: '13.0'
}
With 4.1.4
these worked fine. And when I upgrade to 4.1.5
Safari still works, but iPhone Simulator fails with an error:
12 10 2020 20:47:44.803:ERROR [SaucelabsLauncher]: Error: Failed to create session.
Misconfigured -- Unsupported OS/browser/version/device combo: OS: 'iPhone X Simulator', Browser: 'iPhone 11', Version: '13.0.', Device: 'unspecified'
These are the lines where the capabilities are updated so I’m wondering if something is missing from there?
@christian-bromann could you please check if this is an actual bug which needs to be fixed? Or maybe something is wrong with my configuration for iPhone Simulator and it needs to be updated?
UPD: I also tried the config suggested by Platform Configurator but still no luck.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
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...
Read more >How do I downgrade the simulator in Xcode? - Apple Developer
My app is working as expected in the simulator on iOS 12.1, but not on my iOS 11.x device, and it is just...
Read more >Unable to Boot the Simulator (Xcode 13.3) - Apple Developer
My version of Xcode was recently updated to 13.3. Now, I can not launch any simulator. I get an "Unable to Boot the...
Read more >Simulator causing Mac audio distortion - Apple Developer
1. Fixed it with going to System Preferences -> Sound -> Input -> Change it to Macbook Pro Microphone (Basically internal mic of...
Read more >Change the default simulator on Xcode 12.5 - Apple Developer
... my current Xcode project the default iOS device to run my app on is my phone. Is there a way to change...
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
Thank you, I tested and it works, my tests with iPhone Simulator are passing now 🙇♂️
@web-padawan
This is fixed in this release, can you check https://github.com/karma-runner/karma-sauce-launcher/releases/tag/v4.3.1