Launch And Crash on Testflight version (Iphone7 UE4.22)

I am using ue4.22

Everything is working fine on the developer version

But when I launch on Testflight
It just Crash.

Here’s the crash log
bladeduel20191206215143.txt

bladeduelcrashlog.txt (43.3 KB)

I will even pay you some money If someone can help me launch this app. :frowning:

Something is trying to access data outside of bound:


'NSRangeException', reason: '*** -[_NSInlineData subdataWithRange:]: range {2, 6} exceeds data length 4'
abort() called
terminating with uncaught exception of type NSException

Range {2, 6} is a length of 5.
Are you using subDataWithRange by any chance?