xcode 15 not showing the destination of device ios 15 – Ios

by
Ali Hasan
axios ios-simulator react-native xcode

Quick Fix: In Xcode 15, install iOS SDK 17 and then download the older version you need. Once both versions are installed, you should be able to select the desired destination device and iOS version for your project.

The Problem:

When attempting to select an iOS 15 device as a destination for running an application in Xcode 15, the desired iOS 15 device does not appear as an option. The user has already installed and launched the targeted iOS 15 device, but only iOS 17 destinations are available.

The Solutions:

Solution 1: Install older iOS SDK version

To resolve the issue of Xcode 15 not showing the destination of the iOS 15 device, you can install the iOS SDK version 17 (for Xcode 15) and then download the older version (iOS 15) you need.

Follow these steps to install the iOS SDK version 17 and download the iOS 15 SDK:

1. Open Xcode 15 and go to “Xcode” > “Preferences”.
2. Select the “Components” tab.
3. Scroll down to the “iOS SDKs” section and check the checkbox for “iOS 17 SDK”.
4. Click the “Install” button.
5. Once the iOS 17 SDK is installed, download the iOS 15 SDK from the Apple Developer website.
6. Double-click on the downloaded SDK file to install it.
7. Once the iOS 15 SDK is installed, you should be able to see the iOS 15 device as a destination in Xcode.

Solution 2: Get iOS 15 Device as Destination

To make the iOS 15 device appear as a destination option in Xcode 15, follow these steps:

  1. In Xcode 15, connect your iOS 15 device to your computer.
  2. In the Xcode toolbar, click on the “Devices and Simulators” button.
  3. In the “Devices” section, you should see your connected iOS 15 device listed.
  4. If you don’t see your device listed, click on the “Refresh Devices” button in the toolbar.
  5. If your iOS 15 device still doesn’t appear, click on the “Get” button next to it that says “iOS 17.0 Not Installed”.
  6. This will download and install the iOS 17.0 SDK on your computer.
  7. Once the download is complete, your iOS 15 device should now appear as a destination option in Xcode.
  8. Select your iOS 15 device as the destination and run your app.

Q&A

Why am I not seeing the destination of the simulator ios 15 device?

You need to install and download the old IOS SDK version you need.

What should I press to make the iOS devices show up?

Press GET where it says ‘iOS 17.0 Not Installed’.

Video Explanation:

The following video, titled "No Simulators Available in Xcode Project? Try this! - YouTube", provides additional insights and in-depth exploration related to the topics discussed in this post.

Play video

If you are trying to simulate your Xcode project but no simulators are showing up, then try these quick things before pulling your hair out!