You can download the runtimes directly from the here and for 2022 and later Apple platforms you can use the xcrun simctl runtime add command:
xcrun simctl runtime add iOS_16_Simulator_Runtime.dmg
Simulator runtimes for earlier versions can be installed with the xcodes tool.
The speed issues seem to have been resolved.
The xcrun simctl runtime add command only works with 2022 and later Apple platforms:
xcrun simctl runtime add iOS_16_Simulator_Runtime.dmg
Simulator runtimes for earlier versions can be installed with xcodes.
The problem seems to be introduced in tvOS 15, I can reproduce it on tvOS 15.4 but cannot download the tvOS 15.0 Simulator at the moment as the downloads keep failing.
The following code is enough to trigger the issue:
let path = Bundle.main.path(forResource: "Example", ofType: "png")!
let _ = UIImage(contentsOfFile: path)
Reported as FB11892233.
You can download the runtimes directly from the here and for 2022 and later Apple platforms you can use the xcrun simctl runtime add command:
xcrun simctl runtime add iOS_16_Simulator_Runtime.dmg
Simulator runtimes for earlier versions can be installed with the xcodes tool.
The speed issues seem to have been resolved.
The xcrun simctl runtime add command only works with 2022 and later Apple platforms:
xcrun simctl runtime add iOS_16_Simulator_Runtime.dmg
Simulator runtimes for earlier versions can be installed with xcodes.
The problem seems to be introduced in tvOS 15, I can reproduce it on tvOS 15.4 but cannot download the tvOS 15.0 Simulator at the moment as the downloads keep failing.
The following code is enough to trigger the issue:
let path = Bundle.main.path(forResource: "Example", ofType: "png")!
let _ = UIImage(contentsOfFile: path)
Reported as FB11892233.