Navigation Menu

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

App Crash in release mode not in debug mode #3499

Closed
RubyRoshan opened this issue Jun 9, 2018 · 4 comments
Closed

App Crash in release mode not in debug mode #3499

RubyRoshan opened this issue Jun 9, 2018 · 4 comments

Comments

@RubyRoshan
Copy link

RubyRoshan commented Jun 9, 2018

@#Please help . I am getting this exception while in release mode of my application .

screen shot 2018-06-09 at 5 35 04 pm

@RubyRoshan
Copy link
Author

context.setFillColor(dataSet.getCircleColor(atIndex: j)!.cgColor)

This line in LineChartRenderer is causing crash in ios 10.0.3 iPhone 7 .Please check and update

@liuxuan30
Copy link
Member

liuxuan30 commented Jun 14, 2018

what's the reason? OOB? I don't see the stack trace is the same as your quote
and the stack trace does not show it's about our fault? Need you to be able to reproduce it.

@RubyRoshan
Copy link
Author

I just commented this line context.setFillColor(dataSet.getCircleColor(atIndex: j)!.cgColor)

and its working .but now color of hole (dots are not same as previous)They are white in color now. Previously They match exactly the line color

@liuxuan30
Copy link
Member

liuxuan30 commented Jun 20, 2018

I don't think you understand how to reproduce; commenting the line out only impact the feature. if you sure it's because of this function, then you have to make sure you have enough colors. OOB is not our fault, but yours

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

2 participants