I know this question has been asked earlier many times but those answers doesn't seems to work now. I have a Xamarin iOS App, Firebase Analytics logs well in simulator but when running in actual device I get the below error:
In Simulator(13.3) it logs the below 2020-08-12 20:42:24.471571+0400[5016:66465] 6.5.0 - [Firebase/Analytics][I-ACS023008] To disable debug logging set the following application argument: -noFIRAnalyticsDebugEnabled
But in actual iPhone 11 it logs the below (13.4) :O
default 19:01:12.272016+0400 iOS 6.5.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled
I have added extra mlaunch arguments in iOS project settings under Run -> Config (--argument=-FIRAnalyticsDebugEnabled) and mtouch arguments in iOS build(--argument=-FIRDebugEnabled) and also I did different permutations of both commands also, but it doesn't seem to log anything in Debug view. I cannot see my device in the developer console.
I am using the below Nuget package ver - Xamarin.Firebase.iOS.Analytics(6.0.4)
Thanks in advance.