Description
Somehow the appodeal sdk started crashing the app out of nowhere. No changes have been made in the app.
The cause of the crashes seems to be related to these error logs:
`
NSInvalidArgumentException: -[GPBFileDescriptor initWithPackage:objcPrefix:syntax:]: unrecognized selector sent to instance 0x3014578a0
0 CoreFoundation 0x00000001a00e6608 0013A8B1-2524-3534-B5BA-681AAF18C798 + 185864
1 libobjc.A.dylib 0x000000019d661244 objc_exception_throw + 88
2 CoreFoundation 0x00000001a023f174 0013A8B1-2524-3534-B5BA-681AAF18C798 + 1597812
3 CoreFoundation 0x00000001a00e95c8 0013A8B1-2524-3534-B5BA-681AAF18C798 + 198088
0x00000001a00e8ef0 _CF_forwarding_prep_0 + 96
0x00000001031eba88 APDApiRoot_FileDescriptor + 60
0x00000001031ec420 +[APDRequest descriptor] + 76
0x00000001052a4278 +[GPBMessage initialize] + 136
0x000000010322f510 -[APDStatsRequestBuilder defaultRequestMessage] + 64
0x000000010322efbc -[APDStatsRequestBuilder statsBodyData] + 32
0x000000010322ef64 -[APDStatsRequestBuilder requestBodyData] + 16
0x0000000103204f40 +[APDApiRequest statsRequest:] + 140
0x0000000103218e50 __70-[APDNetworkManager trackMediationAttempt:adNetworks:success:failure:]_block_invoke_3 + 312
`