美文网首页
Xcode 多个版本切换

Xcode 多个版本切换

作者: oneweekonething | 来源:发表于2018-05-28 11:19 被阅读0次

    1、找到要切换的xcode版本的路径

    2、切换xcode路径的方法为:sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer(xcode路径)

    3、查看切换后的xcode版本路径:

    xcode-select -print-path

    相关文章

      网友评论

          本文标题:Xcode 多个版本切换

          本文链接:https://www.haomeiwen.com/subject/yjgwjftx.html