2020-01-18 18:03:02.316685-0500 Watch Extension[529:813076] Execution of the command buffer was aborted due to an error during execution. Insufficient Permission (to submit GPU work from background) (IOAF code 6)
I started getting this console message printing repeatedly when testing 3 HealthKit Apps but I can't figure out what it is related to and previous SO questions are only regarding the iPhone. Specifically it seems like I can trigger it when I simulate workout movements (i.e. jogging). Any idea what could cause this message on the Watch?
EDIT: I believe the problem is an SKScene
that I am using to show an animation on the watch app. When I comment out the below, I am not seeing the console warnings anymore:
@IBOutlet var spriteKitScene1: WKInterfaceSKScene!
@IBOutlet var spriteKitScene2: WKInterfaceSKScene!