Open
Description
I have a build that is failing iOS provisioning due to envman:
project (ios/WellOne.xcworkspace) does not contain scheme: WellOneProductionRelease
It is failing because of the following shell script command that's run on step 2
echo "WellOneProductionRelease" | envman add --key IOS_P_SCHEME
This script is basically setting IOS_P_SCHEME to be WellOneProductionRelease
which is the same exact value as what it was set to in the "Env Vars" section and whenever this line is commented the build works flawslessly although the variable should have the same value
Please let me know how to resolve this, thanks!
Metadata
Metadata
Assignees
Labels
No labels