6

I have an ARKit iOS app that was working fine, the phone suffered a pretty hard drop, and this morning it's not capturing frames, instead it spams the console with:

[default] IOConnectCallMethod (kIOHIDEventServiceFastPathUserClientCopyEvent): 0xe00002f0 (copySpec = (null))
CVDataBuffer contains an invalid header

What does this error represent?

PS. Checked another AR app - also does not work with ARKit

Alex Stone
  • 46,408
  • 55
  • 231
  • 407

1 Answers1

8

Device reboot has fixed the issue, I hope this is a permanent solution.

Alex Stone
  • 46,408
  • 55
  • 231
  • 407