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 want to run my tests on different versions of iOS / macOS / watchOS using the latest Xcode.
Right now, each version of Xcode comes with the corresponding "build-in" versions of SDKs.
So, the only way to run an iPhone Simulator with an iOS 12.4 is by switching to an Xcode 10.3.
The problem is that it is not possible to run swift5 code on Xcode 10.3.
Possible solution
Stash all .sdk images from all Xcodes /Applications/Xcode_[Version].app/Contents/Developer/Platforms/[Platform]/Developer/SDKs/ in one place.
Duplicate of #551.
We have a plan to pre-install more simulators but can't provide any ETA for now.
I am closing this one as duplicate so you can track status of this request in #551
Description
I want to run my tests on different versions of iOS / macOS / watchOS using the latest Xcode.
Right now, each version of Xcode comes with the corresponding "build-in" versions of SDKs.
So, the only way to run an iPhone Simulator with an iOS 12.4 is by switching to an
Xcode 10.3
.The problem is that it is not possible to run swift5 code on Xcode 10.3.
Possible solution
Stash all
.sdk
images from all Xcodes/Applications/Xcode_[Version].app/Contents/Developer/Platforms/[Platform]/Developer/SDKs/
in one place.Create a configuration for environment like:
Move / Copy
.sdk
to a correspondentDEVELOPER_DIR
.Virtual environments affected
Can this tool be installed during the build?
Yes
The text was updated successfully, but these errors were encountered: