MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.18k stars 231 forks source link

[Xcode13] iOS 15 Simulator Runtime Not Found #508

Closed OliverKoo closed 2 years ago

OliverKoo commented 2 years ago

Might be a bit pre-mature but when testing out [Xcode13 Support] by @ob and @dusi (https://github.com/MobileNativeFoundation/bluepill/pull/500) which @ravimandala is about to be release into v5.10.0-beta I get the following error

The iOS 15.0 simulator runtime is not available. but I have iOS 15.0 runtime available on the machine

ip-10-249-9-172:~ buildkite-agent$ xcrun simctl list
...
== Runtimes ==
iOS 15.0 (15.0 - 19A5318f) - com.apple.CoreSimulator.SimRuntime.iOS-15-0
tvOS 15.0 (15.0 - 19J5325f) - com.apple.CoreSimulator.SimRuntime.tvOS-15-0
watchOS 8.0 (8.0 - 19R5323f) - com.apple.CoreSimulator.SimRuntime.watchOS-8-0
...

also commented on the PR but wanted to file an Issue for record keeping.

OliverKoo commented 2 years ago

this was due to a set up on the machine not done correctly

ob commented 2 years ago

Thank you for following up.