Skip to content

Commit ed1dd7a

Browse files
Update README.md
1 parent a670dfd commit ed1dd7a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,37 @@
11
# Xcode Developer Disk Image for iOS 4.2 and Above
22

3+
# Why We need disk images?
4+
When your apple device got upgraded to new OS, the current XCode version you have used doesn't have the appropriate disk image for that OS version. This prevents you to push the build to the device.
5+
6+
7+
### iOS - [release note](https://developer.apple.com/documentation/ios-ipados-release-notes)
8+
* [14.4](https://github.com/mspvirajpatel/Xcode_Developer_Disk_Images/releases/download/14.4/14.4.zip)
9+
* [14.3](https://github.com/mspvirajpatel/Xcode_Developer_Disk_Images/releases/download/14.3/14.3.zip)
10+
* [14.2](https://github.com/mspvirajpatel/Xcode_Developer_Disk_Images/releases/download/14.2/14.2.zip)
11+
* 14.1
12+
* 14.0
13+
* 13.7
14+
* 13.6
15+
* 13.5
16+
* 13.4
17+
* 13.3
18+
* 13.2
19+
* 13.1
20+
* 13.0
21+
* 12.4
22+
* 12.3
23+
* 12.3.1
24+
* 12.2
25+
* 12.1
26+
* 12.0
27+
* 11.4
28+
* 11.3
29+
330
Download ZIP : [https://github.com/mspvirajpatel/Xcode_Developer_Disk_Images/releases](https://github.com/mspvirajpatel/Xcode_Developer_Disk_Images/releases)
431

32+
# Where to put the new disk images?
33+
Go to your XCode app in the Application folder, open its content and locate the appropriate platform which you're going to add the new disk image.
534
Path: `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport`
635

736
Tip: Restart the Xcode
37+

0 commit comments

Comments
 (0)