App is getting crashed on app launch in iOS 13 beta version

后端 未结 1 1569
不知归路
不知归路 2021-01-03 09:46

Here is the crash report and the crash is only happening on iOS 13 beta version :-

 Crashed: com.apple.main-thread
 0  libsystem_pthread.dylib        0x1ae05         


        
相关标签:
1条回答
  • 2021-01-03 10:18

    I've the same issue on iOS 13 and it's my most serious crash on Crashlytics. It occurs only in iOS 13 and above. Unfortunately also in the latest 13.1.2.

    Starting by the iOS 13 release I've detected a strange warning when I put my app in background the debug console print Can't end BackgroundTask: no background task exists with identifier x, or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.

    Maybe the issues are related.

    0 讨论(0)
提交回复
热议问题