DrMoriarty / godot-firebase-analytics

Firebase Analytics plugin for Godot engine
20 stars 5 forks source link

'Google Analytics for Firebase version (70100000) does not match with Google App Measurement (80901000) #14

Open ikicapitan opened 2 years ago

ikicapitan commented 2 years ago

Hi. Thank you very much for your plugins.

I have Firebase Analytics plugin for Android & iOS installed. On Android it works like a charm.

But on iOS i'm getting the next crash message related to the plugin:

*********** main.m running app main Path: /Users/joseguerraprado/Library/Developer/CoreSimulator/Devices/45A54E94-7E41-4641-8458-CCC311D99A8E/data/Containers/Bundle/Application/577B1498-B69E-4D0C-BBE8-48D68B799C8D/ptc_xcoded.app godot_iphone /Users/joseguerraprado/Library/Developer/CoreSimulator/Devices/45A54E94-7E41-4641-8458-CCC311D99A8E/data/Containers/Bundle/Application/577B1498-B69E-4D0C-BBE8-48D68B799C8D/ptc_xcoded.app/ptc_xcoded cwd /Users/joseguerraprado/Library/Developer/CoreSimulator/Devices/45A54E94-7E41-4641-8458-CCC311D99A8E/data/Containers/Bundle/Application/577B1498-B69E-4D0C-BBE8-48D68B799C8D/ptc_xcoded.app os created setting data dir to /Users/joseguerraprado/Library/Developer/CoreSimulator/Devices/45A54E94-7E41-4641-8458-CCC311D99A8E/data/Containers/Data/Application/4096399D-26DD-4926-BA2B-D6BFF1F4D1AD/Documents from /Users/joseguerraprado/Library/Developer/CoreSimulator/Devices/45A54E94-7E41-4641-8458-CCC311D99A8E/data/Containers/Data/Application/4096399D-26DD-4926-BA2B-D6BFF1F4D1AD/Documents setup 0 2022-01-21 15:50:49.755056-0300 ptc_xcoded[2137:39401] Setting up an OpenGL ES 3.0 context. Based on Project Settings "rendering/quality/driver/driver_name" 2022-01-21 15:50:49.756189-0300 ptc_xcoded[2137:39401] failed to make complete framebuffer object 8cd6 2022-01-21 15:50:49.756337-0300 ptc_xcoded[2137:39401] Failed to create frame buffer! ******** setting up keyboard input view ******** adding observer for keyboard show/hide 2022-01-21 15:50:49.830941-0300 ptc_xcoded[2137:39401] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x6000022d23e0> F8BB1C28-BAE8-11D6-9C31-00039315CD46 start animation! 2022-01-21 15:50:49.855085-0300 ptc_xcoded[2137:39401] ERROR: AudioOutputUnitStart failed, code: -50 2022-01-21 15:50:49.855283-0300 ptc_xcoded[2137:39401] at: start (drivers/coreaudio/audio_driver_coreaudio.cpp:249) - AudioOutputUnitStart failed, code: -50 ERROR: AudioOutputUnitStart failed, code: -50 at: start (drivers/coreaudio/audio_driver_coreaudio.cpp:249) - AudioOutputUnitStart failed, code: -50 2022-01-21 15:50:49.917051-0300 ptc_xcoded[2137:39401] *** Terminating app due to uncaught exception 'FIRAnalyticsVersionMismatch', reason: 'Google Analytics for Firebase version (70100000) does not match with Google App Measurement (80901000) version. Please update.' *** First throw call stack: ( 0 CoreFoundation 0x00007fff23e3de6e __exceptionPreprocess + 350 1 libobjc.A.dylib 0x00007fff512a19b2 objc_exception_throw + 48 2 ptc_xcoded 0x00000001101bfa23 +[FIRAnalytics topLevelVersion] + 0 3 libobjc.A.dylib 0x00007fff512a1f93 CALLING_SOME_+initialize_METHOD + 17 4 libobjc.A.dylib 0x00007fff512a2dd1 initializeNonMetaClass + 632 5 libobjc.A.dylib 0x00007fff512a3d95 _ZL24initializeAndMaybeRelockP10objc_classP11objc_objectR8mutex_ttILb0EEb + 157 6 libobjc.A.dylib 0x00007fff512ae5e1 lookUpImpOrForward + 677 7 libobjc.A.dylib 0x00007fff5129de99 _objc_msgSend_uncached + 73 8 ptc_xcoded 0x00000001103aa8bf GADApplicationVerifyPublisherInitializedAnalyticsCorrectly + 1753 9 ptc_xcoded 0x00000001103aa667 GADApplicationVerifyPublisherInitializedAnalyticsCorrectly + 1153 10 libdispatch.dylib 0x00000001115fee8e _dispatch_client_callout + 8 11 libdispatch.dylib 0x00000001116003db _dispatch_once_callout + 66 12 ptc_xcoded 0x00000001103aa620 GADApplicationVerifyPublisherInitializedAnalyticsCorrectly + 1082 13 ptc_xcoded 0x0000000110358bee GADEnvironmentIsSupported + 3599 14 libdispatch.dylib 0x00000001115fdf11 _dispatch_call_block_and_release + 12 15 libdispatch.dylib 0x00000001115fee8e _dispatch_client_callout + 8 16 libdispatch.dylib 0x000000011160cd97 _dispatch_main_queue_callback_4CF + 1149 17 CoreFoundation 0x00007fff23da1869 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 18 CoreFoundation 0x00007fff23d9c3b9 __CFRunLoopRun + 2041 19 CoreFoundation 0x00007fff23d9b8a4 CFRunLoopRunSpecific + 404 20 ptc_xcoded 0x000000010e9db9f0 -[GodotView drawView] + 160 ) libc++abi.dylib: terminating with uncaught exception of type NSException ***** Terminating app due to uncaught exception 'FIRAnalyticsVersionMismatch', reason: 'Google Analytics for Firebase version (70100000) does not match with Google App Measurement (80901000) version. Please update.'** terminating with uncaught exception of type NSException CoreSimulator 783.5 - Device: iPhone SE (2nd generation) (45A54E94-7E41-4641-8458-CCC311D99A8E) - Runtime: iOS 13.7 (17H22) - DeviceType: iPhone SE (2nd generation) (lldb)

Its weird because on Android i have no problem with this. I also try updating Cocoa Pod and all other things that i see on Internet, but the issue persists.

Thanks for your time.

Toupoc commented 1 week ago

Any luck?