-
-
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
HELP : some problem never met about iOS-charts #341
Comments
Make sure that the framework is compiling correctly before using it. |
I have follow your step(usage) to compile. but it won't show fault at simulator. only on real iPhone. My progress is based on Object-C. "Charts.LineChartView " you said is Swift's grammar? looking forward your answer. |
You have to be clear what are the errors, iOS version, etc. only on real iPhone you mean archive or just debugging? There's not enough info. If you are objc project on iOS 7, make sure you set up your project for swift correctly, checkout #270 |
Please follow the README to the point. Read carefully. The instructions are pretty simple. If you are still having trouble, then post examples of your problem so the people trying to help can diagnose it. Feel free to re-open if the issue was not resolved yet. |
I run my progress on iPhone4s , it works successfully
,but with 10 faults.
Faults like :
2.Property with 'retain (or strong)' attribute must be of object type
as shown in the figure;
The text was updated successfully, but these errors were encountered: