FBSSceneSnapshotRequestHandle crash

Hello,

I have an App on the App Store, and today, while inspecting the App analytics on the App Store portal, I've noticed that there had been 8 crashes on the App on January 15th.

I went to Firebase Crashlytics, since I used to also see the crashes on the App, and it says that there are no crashes.

Then I went to Xcode to see the details of the crash, and I found this:

What does this crash mean? I have no idea whatsoever. I tested the App several times, and it works perfectly. I have absolutely no idea of what this crash is.

Could someone give some hints on what this crash could possibly be?

Thanks.

Accepted Reply

Can you post the entire raw log contents? You'll need to right-click > Show in Finder, and then look inside the bundle to get the log contents.

I suspect this is a watchdog termination, but can only tell with the full log.

  • Hello, sorry for the late response. I've looked at the logs, and the logs basically told that my App was killed by the system because I got some background process which wasn't permitted to be kept alive while the App was on background mode. So I just uploaded an update which stops this process if the App goes to background, and the error was gone. Thanks for your patience.

Add a Comment

Replies

Can you post the entire raw log contents? You'll need to right-click > Show in Finder, and then look inside the bundle to get the log contents.

I suspect this is a watchdog termination, but can only tell with the full log.

  • Hello, sorry for the late response. I've looked at the logs, and the logs basically told that my App was killed by the system because I got some background process which wasn't permitted to be kept alive while the App was on background mode. So I just uploaded an update which stops this process if the App goes to background, and the error was gone. Thanks for your patience.

Add a Comment