iOS - bad fence setup - we're setting up a potentially deferrable transaction while we are already tracking an animation fence

Viewed 625

So could somebody enlighten me on what this error means:

Mar 8 13:36:36 Black-Taco SpringBoard[54] : * bad fence setup * we're setting up a potentially deferrable transaction while we are already tracking an animation fence - this will probably cause us to blow the fence

I get this message from the Device Console in Xcode, when I'm trying to rotate my device sometimes it prints out. I do have some CALayers that are animating while i'm trying to rotate but I'm not sure if this is actually a bad error or something i can ignore.

Couldn't find much on the web about it.

1 Answers
Related