You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: