Tag Archives: 3014

Solving iTunes 3014 Error

For whatever reason, probably because I do iPhone development and am always installing “stuff” on my computer and iOS devices, I’ve run into the dreaded iTunes 3014 error consistently when trying to restore my iPhone/iPad to put a new OS on it. I swear I tried this before and it didn’t work but I just followed the steps below and everything is updating nicely. iOS 9 GM!

  1. Open Terminal and cd to the /etc folder.
  2. Using your editor of choice, mine is nano, open the hosts file (sudo nano hosts).
  3. Enter your password.
  4. Add the following line to the bottom of the file: 17.151.36.30 gs.apple.com
  5. Write out/save the hosts file and exit (ctrl-O then ctrl-X for nano).
  6. Finally, flush the DNS cache with this command: dscacheutil -flushcache
  7. All done!