-
-
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
(v3.0)There is no Chart-iOS framework in Product #1462
Comments
I also found this situation. @liuxuan30 |
You can change it in the project setting → Architectures → BaseSDK = Latest iOS (iOS 10.0.1) But I'm struggling with a lot of other warnings and errors. It seems that in Charts v3 a lot has been changed. The migration path is not always clear. Is it planed to prepare some migration guidelines? |
@SvenMuc in master branch, it's already swift 3.0 and chart 3.0. main changes are for how x axis is rendered. Daniel do have a plan to write something, but too many things recently.. |
same problem.. |
@liuxuan30 thanks! Swift 3.0 ist not a big issue. I already migrated my project successfully. As you mentioned I have mainly problems with the x axis and the value formatter (around 180 errors). After my migration I can provide here some notes, what changes are required. |
|
There is only one framework target for all platforms now. Just include the macOS one and it will also work for iOS and tvOS. |
I need to import chart's iOS framework to my project, but I can only found chart's mac framework. In previous version, there has a Charts-iOS in Charts.xcodeproj, but can not be found in v3.0

The text was updated successfully, but these errors were encountered: