Description: In the actual development, you need to download different versions of simulator, but each time you upgrade Xcode, Xcode download simulator and Doc will be very slow, sometimes even suddenly cut off, have to start over, this article is through the Charles tool, solve the problem , Charles's introduction please consult other documents yourself
Purpose: Use Charles to solve the slow problem of Xcode download
Release notes: Xcode6.4, download iOS 8.3 Simulator
Steps:
1, open the Charles Tool and allow Charles to monitor the network connection, for example, click Enable
2. Open Xcode->preferences->downloads, click on the simulator and Doc versions that need to be downloaded, then go back to the Charles Tool and see a request record in Charles, as
3, right click on this record, select Enable SSL proxying
You'll see that this record becomes the one shown
Right-click on this record, Copy URL, or double-click on the right, so we can get the full path to the downloaded file, such as
4, then we can use the download tool to download independently, I use the QQ whirlwind
5, when the file download is complete, back to the Charles Tool, on this record, right-click on the Map local, select the file path in the Local path, for example,
6, cancel the download of Xcode, restart the download, so that Xcode is downloaded from the local, as shown in,
File has been uploaded to Baidu network disk, need to pick up, including other versions simulator
Baidu Network disk: Http://pan.baidu.com/s/1jGqzun0
Troubleshooting Xcode Download Simulator,doc Slow issue