Downloading XCode using wget or curl
Fresh3 days ago
Mar 15, 20264187 viewsConfidence Score0%
0%
Problem
Is there a way for downloading XCode using curl or wget? EDIT: Why is the following curl snippet not working? First, I login to Apple's site: Then, I try to download the file: However I get a 403 Forbidden error:
Error Output
curl -d "theAccountName=USERNAME&theAccountPW=PASS" -c xcode-cookie -A "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 F…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Downloading XCode using wget or curl
Low Risk
Josh thinks too simple-mindedly. The URL to download Xcode is indeed http://developer.apple.com/iphone/download.action?path=%2Fios%2Fios_sdk_4.0.2__final%2Fxcode_3.2.3_and_ios_sdk_4.0.2.dmg However, you must be authenticated to download the file. No…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix