-
-
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
Xcode - 8.0, Working Fine in Xcode 7.3 -up to iOS(9.3) Crash in Xcode 8 - iOS 10 #1624
Comments
+1 same issue |
I need the crash log to identify. |
Some race conditions in Charts 3.0 have been fixed in the last few days. So you might want to pull |
For the error you have setup your interface builder stuff incorrectly. You need to specify the module probably. |
Hi @KushThakkar Did you manage to resolve your issue here by using the latest code from master? Have you tried what was suggested above regarding Interface Builder or tried using code instead? Let us know if you are still have trouble here |
I actually think that the problem is correct Interface Builder references to the class names, as @petester42 suggested, or a Clean & Build. Since no response has been posted in 10 days, I'm going to assume he figured it out already... |
Hello,
I am using BarChart and its working fine upto 7.3 and Its not support in iOS 10 and App go to Crash.
Now I am run my Project in XCode 8. Now Its going to Crash.
I am using Below code. Please Review It. Please give Suggestion steps for Solve this.
cell.viewBarChart.data = self.setChartBarGroupDataSet(arrAgeGrop, values: arrPositive, values2:arrNegative, sortIndex: 1)
For Set The Data -
func setChartBarGroupDataSet(dataPoints: [String], values: [Double], values2: [Double],sortIndex:Int)-> BarChartData {
The text was updated successfully, but these errors were encountered: