-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Crash on device - iOS 8.3 #216
Comments
I realize that our modifications could somehow be causing this crash, since the Demo project still appears to work fine but the fact that it does not crash on iOS 8.2 makes me wonder if it is a Swift bug... |
There's no reason to crash there. You could be using a Beta version of On Wed, Jul 15, 2015 at 7:41 PM, Chris Carr [email protected]
|
Using Xcode 6.4 (6E35b) on Mac OS X 10.10.4 |
I have met crash after init().. clean build also helps. |
Just updated our fork of ios-charts with the latest commits to master and we're experiencing a crash when running on a device with iOS 8.3 or iOS 8.4
Does not occur on 8.2 or on iOS 8.4 Simulator
Getting an
EXC_BAD_ACCESS
consistently with Xcode breaking at line 21 inLineRadarChartDataSet.swift
Moving up the stack trace to my code Xcode claims to be here:
I've run the ChartDemo project and it appears fine.
The text was updated successfully, but these errors were encountered: