Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode(version 13.3.1) doesn’t support iOS 15.6 [duplicate]

I updated my iPhone to iOS 15.6 yesterday and I wanted to build in Xcode (version 13.3.1). But in Xcode it is showing 'iPhone (unsupported OS version)'. The Xcode release notes are not showing this version supports. https://xcodereleases.com

like image 351
Saurabh Sharma Avatar asked Sep 06 '25 03:09

Saurabh Sharma


1 Answers

Alternative option which works for Xcode 13.2.1:

  1. Close Xcode.
  2. Download 15.5 from here https://github.com/filsv/iOSDeviceSupport/blob/master/15.5.zip
  3. Unzip and rename it to 15.6
  4. Move 15.6 folder to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  5. (Optional for WatchOS)- If you've Apple Watch paired with your iPhone download the latest watchOS version from here https://github.com/filsv/watchOSDeviceSupport and move file to /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/
like image 168
miletliyusuf Avatar answered Sep 08 '25 01:09

miletliyusuf