简体   繁体   中英

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

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.

The other reason I thought of was that the project name has a space.

The solution was related to incorrect Cocoapods pre trigger script. The pre trigger script should be

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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