Xcode 6.3 not running iOS 8.4 - update to 6.4 fails

我只是一个虾纸丫 提交于 2019-12-22 04:28:10

问题


I have upgraded my iOS to 8.4, then I tried to run Xcode 6.3, it asks it can't mount the device since it's running 8.4 version (".. running a version of iOS that is not supported by this version of Xcode.") When I try to upgrade Xcode to 6.4 - update fails every time with error message (try again using purchases).

Any suggestions how to solve this?


回答1:


  • Delete /Applications/Xcode.app.
  • Download Xcode 6.4 from the Apple Developer Download site.
  • Mount the .dmg and extract Xcode.app into /Applications.



回答2:


You don't need to delete /Applications/Xcode.app.

  1. Open a terminal.
  2. Copy this: xcode-select --install and paste it in the terminal
  3. Install.
  4. After the install has completed, you can see in the App Store that is possible to update your Xcode.

I did that and I can update my Xcode from 6.3 to 6.4.




回答3:


What I've done and worked..Open the Mac App Store, search for the Xcode, check that it shows the latest version and then click install. It will start to downloading and installing the latest version.



来源:https://stackoverflow.com/questions/31320463/xcode-6-3-not-running-ios-8-4-update-to-6-4-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!