Error running apps on iOS

Hello!
Last 5 days all my builds unable to run on device.

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Description: DYLD, Library not loaded: @rpath/FBLPromises.framework/FBLPromises | Referenced from: /private/var/containers/Bundle/Application/4A74C19D-6CEA-4F1F-8289-250DFE305638/Freecell Solitaire.app/Frameworks/GoogleUtilities.framework/GoogleUtilities | Reason: image not found

Error refers to Firebase Analytics, which is not used in this app.
build.settings and crash report attached.
Corona SDK Build: 2020.3583

log28_freecell.txt (66.4 KB) build.settings (5.7 KB)

huh… This framework is required by AdMob provider for appodeal, but it also is part of notificaiton v 2 plugin. So I forgot to include it in the admob, becauase almost everyone is using notification plugin. It all should work now. (may be give it 5 minutes)

2 Likes

Thanks a lot! Now it is OK)