You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug tracker I'm using is picking up a high number of crashes for iOS9 users, from within the function:
(void)drawRect:(CGRect)rect
At the last line: [self.viewToMagnify.layer renderInContext:context];
Details of the exception:
Fatal Exception: CALayerInvalidGeometry
sublayer with non-finite position [inf inf]
Any ideas on what is causing the crash? I don't see any crashes in previous versions of iOS. Just 9+ across all device types (iPhone, iPad, iPod Touch).
Thanks,
Chris
The text was updated successfully, but these errors were encountered:
The bug tracker I'm using is picking up a high number of crashes for iOS9 users, from within the function:
At the last line: [self.viewToMagnify.layer renderInContext:context];
Details of the exception:
Fatal Exception: CALayerInvalidGeometry
sublayer with non-finite position [inf inf]
Any ideas on what is causing the crash? I don't see any crashes in previous versions of iOS. Just 9+ across all device types (iPhone, iPad, iPod Touch).
Thanks,
Chris
The text was updated successfully, but these errors were encountered: