Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Jenkins CI 的新手,但到目前为止我很喜欢。不过,我遇到了一个严重的问题。XCode Builder 设置是全局设置。我有不同的项目需要不同版本的 xcodebuild。有没有办法在每个项目的基础上定义这些?
谢谢
似乎有一种方法可以使用xcrun和xcode-select来做到这一点。
运行man xcrun并man xcode-select了解详细信息。
man xcrun
man xcode-select
您可能需要安装xcode 命令行包才能查看这些命令。