AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
172 stars 92 forks source link

App crash immediately when launch only on Testflight build #299

Open khoa-superfine opened 2 months ago

khoa-superfine commented 2 months ago

Report

SDK Version

6.13.1

ℹ Please replace these two lines with the sdk version.

What did you do?

Distribute my app to testflight

What did you expect to happen?

Open app without crash event

ℹ Please replace these two lines with what you expected to happen.

What happened instead?

App crash immediately when launch app

crash log: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: DYLD 9 symbol not found in flat namespace '_OBJCCLASS$_AppsFlyerConsent'

ℹ Please replace these two lines with more information. I develop a lib wrapper (ios) of AppsflyerFramework. And My flutter app (ios) depend on my wrapper lib. Everything work good in development environment, even in release build. But when I distribute via testflight, my app crash when launch