安装多个 Xcode 后打开 Podfile 无法正常工作

Open Podfile is not working properly after installing multiple Xcode

我正在为我的项目制作 podfile,但我安装了 2 个 xcode 版本。如下图

一个是xcode8,另一个是xcode7.3

我还使用默认版本 xcode 7.3

打开我的应用程序

但是当我尝试将 open -a Xcode2 Podfile 写入终端时,Xcode 8 正在为 podfile 打开。那我该怎么做呢?

只需将 Xcode 2 重命名为 Xcode_7 并试试这个:

open -a Xcode_7 Podfile