Xcode 服务器机器人构建错误

Xcode Server bot build error

尝试创建机器人并收到以下错误:Build Service Error: Configured scheme ("App Name") could not be found, it may have been renamed or removed after the bot was created

开发分支在项目文件中配置了方案。如果这可能是个问题,我正在使用 cocoapods,但存在预集成脚本。

我想到的另一个原因是项目名称有一个 space.

该解决方案与不正确的 Cocoapods 预触发脚本有关。预触发脚本应该是

cd YOUR PROJECT FOLDER
/usr/local/bin/pod install
echo "Installing pods"