Understanding How to Debug iOS for Older Vers with Current xcode

Asked 2 years ago, Updated 2 years ago, 41 views

I'm new to iPhone app development.

I am using Xcode 10.3.

I'd like to do some debugging with the iOS 9.0 simulator.
If you look at the simulator list, only iOS 10.3.1 and later are present.

Is it impossible to test older versions above a certain level?

Enter a description of the image here

swift xcode

2022-09-30 16:57

1 Answers

At least if the simulator is not included, you must first download the old Xcode and install the old simulator.All previous Xcode versions can be downloaded from https://developer.apple.com/download/more/, so download the required version.

If you have installed an old Xcode, it is easiest to test it with that Xcode.

However, there is a limit to the version of Xcode that runs depending on the macOS version (for example, Catalina does not run Xcode 9.x), so you need to prepare a Mac with the old OS running.

In that case, it would be easier to find a used iPhone than to get an old Mac.


2022-09-30 16:57

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.