Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Volume of Crashes on iOS9 in line: [self.viewToMagnify.layer renderInContext:context]; #7

Open
LaChrome opened this issue Jan 24, 2016 · 0 comments

Comments

@LaChrome
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant