reality-check icon indicating copy to clipboard operation
reality-check copied to clipboard

When added 'Statistics' or try to stop recording without permission cause app crashed

Open ZibYang opened this issue 8 months ago • 2 comments

Device: iPhone 15 Pro Max iOS version: 17.2

Xcode version: 15.1

The first error report: Error message: -[MTLDebugRenderCommandEncoder validateCommonDrawErrors:]:5775: failed assertion `Draw Errors Validation Vertex Function(vsSdfFont): the offset into the buffer viewConstants that is bound at buffer index 4 must be a multiple of 256 but was set to 61840.

How to reproduce: After all set, add 'Statistics' on the 'ARView debug Option', then the iOS app crashed

The second error report: Error message: -[RPScreenRecorder stopCaptureWithHandler:]:555 failed to stop in app capture because we're not recording

How to reproduce: When I tap record on the iPhone, it will ask for my permission, even if I do not grant it, it still works fine. When I pressed the button to try to stop recording, the iOS app crashed.

ZibYang avatar Nov 06 '23 03:11 ZibYang