Created
March 24, 2021 15:44
-
-
Save HeikkiDev/852dbce5d9c0334dfd2976b91fa0c789 to your computer and use it in GitHub Desktop.
Enable Firebase Analytics DebugView for iOS directly on project file. You can't do it on project properties on Rider.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' "> | |
| <AppExtensionDebugBundleId /> | |
| <ExtraLaunchArgs>--argument=-FIRDebugEnabled</ExtraLaunchArgs> // Add this line! | |
| </PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment