Ios 找到多个方案,但您没有';t在Teamcity Xcode项目中指定了一个

Ios 找到多个方案,但您没有';t在Teamcity Xcode项目中指定了一个,ios,xcode,continuous-integration,teamcity,fastlane,Ios,Xcode,Continuous Integration,Teamcity,Fastlane,我正在使用Teamcity为我的iOS项目进行持续集成 在本文中,我使用了下面的fastlane命令将构建上传到TestFlight export PATH="$HOME/.fastlane/bin:$PATH" sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer bundle exec fastlane init bundle exec fastlane sigh --username xxx@xxxx.co

我正在使用Teamcity为我的iOS项目进行持续集成

在本文中,我使用了下面的fastlane命令将构建上传到TestFlight

export PATH="$HOME/.fastlane/bin:$PATH"
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
bundle exec fastlane init
bundle exec fastlane sigh --username xxx@xxxx.com --team_id ABCDEFGH
bundle exec fastlane sigh download_all
bundle exec fastlane gym
bundle exec fastlane pilot upload

快车道健身房

步骤,由于发现多个方案问题,因此失败

但我已经检查了我的计划。我只有一个共享方案


提前谢谢

经过研究,我得到了解决方案。实际的快车道命令是

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
bundle exec fastlane init
bundle exec fastlane sigh --username xxx@xxxx.com --team_id ABCDEFGH
bundle exec fastlane sigh download_all
bundle exec fastlane gym
bundle exec fastlane pilot upload
移除这个,工作正常

export PATH=“$HOME/.fastlane/bin:$PATH”