Open everseen83 opened 4 months ago
Just curious which version of AIR SDK you were using previously where you didn't have these crashes, and if you're packaging on a Mac or a PC to generate the IPA.
I did not change the AIR SDK version(51.0.1.3). The crashes started occurring after I added LaunchScreen.storyboardc to the root. I built the IPA on a Mac using VSCode.
When using only Default-{x}.png, the crashes do not occur, but some devices (such as iPad Pro) do not display the app in full screen, which is why I had to try using LaunchScreen.storyboardc.
Problem Description
After adding LaunchScreen.storyboardc (instead of Default-{x}.png) on iOS, there has been an increase in crash reports. The error, which occurs at app startup, has now increased to affect approximately 5% of all users, although the majority of users are able to open the app normally.
User-submitted video: https://github.com/user-attachments/assets/2b00fca8-05e5-4f7e-9abb-8f4748ffddc9
Xcode crash log:
Any suggestions to resolve this issue would also be welcome.