AppsFlyerFramework icon indicating copy to clipboard operation
AppsFlyerFramework copied to clipboard

App crash immediately when launch only on Testflight build

Open khoa-superfine opened this issue 1 year ago • 0 comments

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 'OBJC_CLASS$_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

khoa-superfine avatar Aug 08 '24 03:08 khoa-superfine