question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breaking change for iPhone Simulators caused by node-saucelabs version bump

See original GitHub issue

Hi, 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:closed
  • Created 3 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
web-padawancommented, Oct 30, 2020

Thank you, I tested and it works, my tests with iPhone Simulator are passing now 🙇‍♂️

1reaction
wswebcreationcommented, Oct 29, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found