在GitLab中配置Xcode 9.1的步骤如下:
sudo gitlab-runner register
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
这将设置Xcode的路径为"/Applications/Xcode.app/Contents/Developer"。
sudo xcodebuild -version
如果输出显示Xcode 9.1的版本信息,则表示配置成功。
sudo gitlab-runner restart
现在,你已经成功在GitLab中配置了Xcode 9.1。你可以在GitLab中创建或更新项目,并使用Xcode 9.1进行构建和测试。
领取专属 10元无门槛券
手把手带您无忧上云