Can't end BackgroundTask: no background task exists with identifier 1027 (0x403), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
Does anyone know anything about this error? It usually happens after a while in the background, sometimes after about 30 seconds, sometimes after much longer. The error is only visible in debug. It doesn't even show up in the log that connects to the release, but the app still crashes.
This message is related to the debugger trying to keep the app running a bit more in the background. It will not affect the app behavior in release mode.