IOSDeviceSupport
Xcode iPhoneOS (iOS) DeviceSupport files (6.0 - 17.0)
Install / Use
/learn @filsv/IOSDeviceSupportREADME
iPhoneOSDeviceSupport
Xcode iPhoneOS DeviceSupport (6.0 - 17.0) [WatchOS | tvOS];
[!NOTE] Bonus Tip: Free Up Disk Space from Xcode Caches using Clean My Xcode
[!NOTE]
Easily install iOS Device Support files for Xcode using this terminal script:
bash <(curl -s https://raw.githubusercontent.com/filsv/iOSDeviceSupport/master/scripts/install_device_support.sh)
</br>Steps:
- Copy and paste the command into your terminal and press Enter.
- Enter the desired iOS version (e.g., 16.6) when prompted.
- Enter your macOS password when asked (required to copy files into Xcode’s system directory).
- Sit back and let the script handle everything for you!
[!WARNING] <strong>iOS 17+ Workaround (Xcode 14+ required):</strong><br> In the terminal run: </br>
defaults write com.apple.dt.Xcode DVTEnableCoreDevice enabledThen restart Xcode 14 the iOS 17 device will show up in Xcode like below and you can run and debug the app as usual. (You may need to go to Devices and Simulators to pair/trust the device).
I have Xcode 15 beta installed alongside Xcode 14, ~I'm not sure if that's required or not.~
Important Point: It turns out Xcode 15 is required to complete initial device setup for development.After the device setup is completed on Xcode 15, iOS 17 devices can be used with Xcode 14 too.
Most recent releases:
iOS 17+</br>
iOS 17.0 - Workaround or StackOverflow </br>
iOS 16+</br>
iOS 16.9 - Not Exist (use 16.5 or 16.6 and rename to 16.9)</br> iOS 16.8 - Not Exist (use 16.5 or 16.6 and rename to 16.8)</br> iOS 16.7 - Not Exist (use 16.5 or 16.6 and rename to 16.7)</br> iOS 16.6 - Download </br> iOS 16.5.1 Workaround </br> iOS 16.5 - Download </br> iOS 16.4 - Download </br> iOS 16.3 - Download </br> iOS 16.2 - Download </br> iOS 16.1 - Download </br> iOS 16.0 - Download </br>
iOS 15+</br>
iOS 15.8 - Workaround </br> iOS 15.7 - Download </br> iOS 15.6 - Download </br> iOS 15.5 - Download </br> iOS 15.4 - Download </br> iOS 15.3 - Download </br> iOS 15.2 - Download </br> iOS 15.1 - Download </br> iOS 15.0 - Download </br>
iOS 14+</br>
iOS 14.7.1 - Download </br> iOS 14.7 - Download </br> iOS 14.6 - Download </br> iOS 14.5 - Download </br> iOS 14.4 - Download </br> iOS 14.3 - Download </br> iOS 14.2 - Download </br> iOS 14.1 - Download </br> iOS 14.0 - Download </br>
iOS 13+</br>
iOS 13.7 - Download </br> iOS 13.6 - Download </br> iOS 13.5 - Download </br> iOS 13.4 - Download </br> iOS 13.3 - Download </br> iOS 13.2 - Download </br> iOS 13.1 - Download </br> iOS 13.0 - Download </br>
iOS 12+</br>
iOS 12.4 - Download </br> iOS 12.4 (16G73) - Download </br> iOS 12.3 - Download </br> iOS 12.2 - Download </br> iOS 12.2 (16E5181e) - Download </br> iOS 12.1 - Download </br> iOS 12.1 (16B91) - Download </br> iOS 12.1 (16B5059d) - Download </br> iOS 12.0 - Download </br> iOS 12.0 (16A366) - Download </br>
iOS 11+</br>
iOS 11.4 - Download </br> iOS 11.4.1 (15G77) - Download </br> iOS 11.4 (15F79) - Download </br> iOS 11.4 (15F5061c) - Download </br> iOS 11.4 (15F5037c) - Download </br> iOS 11.3 - Download </br> iOS 11.3 (15E5178d) - Download </br> iOS 11.2 - Download </br> iOS 11.1 - Download </br> iOS 11.0 - Download </br>
iOS 10+</br>
iOS 10.3 - Download </br> iOS 10.3 (14E5265a) - Download </br> iOS 10.3 (14E5230d) - Download </br> iOS 10.2 - Download </br> iOS 10.1 - Download </br> iOS 10.0 - Download </br>
iOS 9+</br>
iOS 9.3 - Download </br> iOS 9.2 - Download </br> iOS 9.1 - Download </br> iOS 9.0 - Download </br>
</br>
[!IMPORTANT] Manually:
- Download version you need listed above;
- Unzip it;
- Close Xcode;
- Copy and paste unziped folder by path:
<p align="left">Hierarchy:</p>
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
Disconnect any physical target device (iPhone, iPad, etc.)
Reopen Xcode;
(Optional) Connect physical target device
- [Thanks to @unfor19 for updating this [5-7] steps]</br> Text representation of the folder hierarchy:
Xcode-beta.app ├── Contents │ ├── _CodeSignature │ ├── Applications │ ├── Developer │ │ ├── Applications │ │ ├── Library │ │ ├── Makefiles │ │ ├── Platforms │ │ │ ├── AppleTVOS.platform │ │ │ ├── AppleTVSimulator.platform │ │ │ ├── iPhoneOS.platform │ │ │ │ ├── _CodeSignature │ │ │ │ ├── Developer │ │ │ │ ├── DeviceSupport │ │ │ │ │ ├── 8.0 │ │

