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

