Hi,
My apps has been crashing on the first run consistently. After firebase is enabled this is the log that follows
[Device] \<FIRAnalytics/INFO\> Firebase Analytics enabled [Device] +[NSData gtm\_dataByGzippingData:]: unrecognized selector sent to class 0x3c168efc [Device] \*\*\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSData gtm\_dataByGzippingData:]: unrecognized selector sent to class 0x3c168efc' [Device] \*\*\* First throw call stack: [Device] (0x257d791b 0x24f72e17 0x257dd1d1 0x257daee1 0x25706238 0x3d5877 0x3e7573 0x3cc09b 0x3e5ac1 0x3e0eb1 0x3e8fa7 0x3e89c9 0x25345823 0x25352423 0x25351a61 0x2535415d 0x25353fcd 0x25509b29 0x25509718)
I’ve added the plist file and also added FirebaseAppDelegateProxyEnabled=false to the build.settings.
After a restart, anytime I tried to logevent I’ll get these logs
[Device] +[NSData gtm\_dataByGzippingData:]: unrecognized selector sent to class 0x3c168efc [Device] \<FIRAnalytics/ERROR\> Exception on worker queue. Block ID=FIRAMeasurement:976. Exception: NSInvalidArgumentException: +[NSData gtm\_dataByGzippingData:]: unrecognized selector sent to class 0x3c168efc
Cheers