mac下载xcode历史版本 官网下载xcode慢问题
时间:2020-07-07 00:05:01
收藏:0
阅读:260
mac下载xcode历史版本 官网下载xcode慢问题
- 官方下载地址https://developer.apple.com/download/more/

-
f12打开控制台,下载xcode相应版本,在控制台中取到请求中的cookie

-
使用brew安装aria2
brew install aria2 -
使用aria2下载xcode,把cooke加在header中
aria2c -x10 --header="Cookie:上面步骤复制的值" https://download.developer.apple.com/Developer_Tools/Xcode_10.3/Xcode_10.3.xip

原文:https://www.cnblogs.com/ltspring/p/13258104.html
评论(0)