Skip to content

Can i apply commandLineArguments for specifc schemes(configVariants)? #1511

Open
@RalfK92

Description

I have an app with an scheme for stage duilds and an separate scheme for prod builds.
I'm now integrating Firebase Analytics and we want to test the event arriving in the Firebase Debug View.
Therefore i have to pass a lunch argument. FIRAnalyticsDebugEnabled
I'm aware of the possibility to add
commandLineArguments: "-FIRAnalyticsDebugEnabled": true
to my project.yml but in my case this also applies the launch argument on the prod scheme.

Am i missing something, is there a possibility to apply commandLineArguments on configVariants?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions