简体   繁体   English

Xcode Server Bot构建错误

[英]Xcode Server bot build error

Trying to create a bot and getting the following error: Build Service Error: Configured scheme ("App Name") could not be found, it may have been renamed or removed after the bot was created 尝试创建漫游器并出现以下错误: Build Service Error: Configured scheme ("App Name") could not be found, it may have been renamed or removed after the bot was created

The develop branch has the project configured with the schemes inside the project file. 开发分支的项目已在项目文件中配置了方案。 I'm using cocoapods if that could be an issue but the pre integration script exists. 我正在使用cocoapods,如果这可能是一个问题,但是存在预集成脚本。

The other reason I thought of was that the project name has a space. 我想到的另一个原因是项目名称带有空格。

The solution was related to incorrect Cocoapods pre trigger script. 该解决方案与错误的Cocoapods预触发脚本有关。 The pre trigger script should be 预触发脚本应为

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM