5

I have a fresh OS X Yosemite, and when I went to the store to install Xcode 7 and hit the Install App button, it turned green and a loading icon appeared but after waiting a long time nothing happened. I successfully installed three apps from the store but I can not install Xcode. Please help!

h0mayun
  • 171
  • It would be helpful if you could provide more information. How long have you been waiting for? Does the Mac App Store say "Installing"? Xcode is a very large application and can take several hours on a slow connection. Please check in your Launchpad if you have an Xcode icon with a download progress under it. – NetherLinks Sep 22 '15 at 07:02
  • @NetherLinks i have waited about 20 min multiple times,in launchpad also nothing appears. I have MacBook Pro MJLQ2 osx 10,10,3 – h0mayun Sep 22 '15 at 07:20

2 Answers2

4

You can also download an Xcode .dmg installer file directly from the apple developer site, downloads. Xcode 7.2 is no longer available, at time of writing Xcode 7.3 can be downloaded, it is compatible with OS X 10.11 up.

EDIT: Looks like the XCode 7 link now just redirects to the AppStore. Perhaps the stuck on app install issue has been fixed? Anyone still getting it.

EDIT2: There's one more way to download xcode package direcly: in the bottom of /download page there's a link see more downloads which points to the /download/more page where you can download all necessary files.

  • That link gives {"responseId":"3eae856c-1f6a-4244-b6c4-7da06648db0d","resultCode":1003,"resultString":"request.uri.notfound","userString":"Invalid request, Service mapping to the requested URL is not available. ","creationTimestamp":"2016-08-05T21:28:20Z","userLocale":"en_US","requestUrl":"https://developer.apple.com:443/downloads/?name=Xcode%207.2","httpCode":200,"suppressed":[]} – mmmmmm Aug 05 '16 at 21:28
  • Looks like they moved it to here. I updated the comment. – Rian Rizvi Aug 08 '16 at 18:53
  • And that just gives a pointer to the AppStore – mmmmmm Aug 08 '16 at 19:13
  • Hmm, https://developer.apple.com/download/ when clicked from within Safari on my OSX Yosemite takes me to the Apple Developer site in the browser. Try logging in to the Apple Developer site and then pasting the URL there. What happens? – Rian Rizvi Aug 08 '16 at 19:16
  • I get a page with two entries one is Xcode 8 beta and the other is Xcode 7.3.1 which just has a link to App Store no direct download – mmmmmm Aug 08 '16 at 19:26
  • You're right, it's been changed. Are you stuck on install, or has the problem gone away, hence the redirect? – Rian Rizvi Aug 08 '16 at 20:17
  • I copied the app from my backup :) The install was still going very slowly – mmmmmm Aug 08 '16 at 21:37
  • For edit 2 downloads, anyone have issues with the downloaded zip file? I tried Xcode 8.3, 8.3.2, both zips after download fail to unzip as if they are corrupted files. – David May 26 '17 at 18:33
  • Looks like they are ".xip" files, as per https://apple.stackexchange.com/questions/242948/what-is-the-format-of-a-xip-file the format has become proprietary to Apple, it includes a signature check, so just double-click the file in Finder? – Rian Rizvi May 26 '17 at 19:23
2

It turned out that I had to update OS X to 10.10.4 or later version. Problem solved!

h0mayun
  • 171