How do I install Xcode 9 without updating macOS?

后端 未结 5 683
我在风中等你
我在风中等你 2020-12-14 01:04

Does anyone have any idea to install Xcode 8 OR Xcode 9 without updating macOS?

I want to update my Xcode 7.1 to Xcode 8 or Xcode 9 (or 9.1) Beta.

But it is

5条回答
  •  隐瞒了意图╮
    2020-12-14 01:33

    from the terminal type the command:

    xcode-select --install

    in case if you having previous XCode to remove it type the command:

    sudo rm -Rf /Library/Developer/CommandLineTools

    before installing current one

提交回复
热议问题