-
Notifications
You must be signed in to change notification settings - Fork 30.3k
iOS Arguments on Launch not working #17043
Copy link
Copy link
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.p: firebaseObsolete - Firebase pluginsObsolete - Firebase pluginsp: firebase_analyticsObsolete - The Firebase Analytics pluginObsolete - The Firebase Analytics pluginp: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitycustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.p: firebaseObsolete - Firebase pluginsObsolete - Firebase pluginsp: firebase_analyticsObsolete - The Firebase Analytics pluginObsolete - The Firebase Analytics pluginp: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Steps to Reproduce
Add some
Arguments on Launchto your Schema in iOS for example-FIRAnalyticsDebugEnabledRun your application trough
flutter runor Android Studio.This is not working at all.
To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabledIf I run the project directly from Xcode it works.
Logs
To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabledFlutter Doctor