Skip to content

Variables passed from envman not working correctly #175

Open
@bassamseif

Description

@bassamseif

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions