Downgrade Xcode to 5.0.2

别来无恙 提交于 2019-12-24 01:53:58

问题


Is there a way to downgrade Xcode from 5.1 to 5.0.2? I am now running version 5.1 and it's giving me all kinds of headaches when I use python.


回答1:


There is no need to "downgrade". Just download Xcode 5.0.2 from the Apple developer download pages, and install it. Give it a name different from Xcode 5.1's name (e.g. call it "Xcode 5.0.2") and they can happily live side by side.

To switch between which one is used to look for command line tools such as clang, use the Command Line Tools popup menu in the Locations pref pane. Thus for example I use Xcode 5.1 to write iOS apps, but if I want to build a Ruby gem I switch to the Xcode 5.0.2 command-line tools (because of the problems with the new version of clang, which barfs on command-line arguments it doesn't like).



来源:https://stackoverflow.com/questions/22563533/downgrade-xcode-to-5-0-2

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