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

(v3.0)There is no Chart-iOS framework in Product #1462

Closed
Huang-Libo opened this issue Sep 18, 2016 · 7 comments
Closed

(v3.0)There is no Chart-iOS framework in Product #1462

Huang-Libo opened this issue Sep 18, 2016 · 7 comments

Comments

@Huang-Libo
Copy link

Huang-Libo commented Sep 18, 2016

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
2016-09-18 1 31 32

@monkeyRing
Copy link

I also found this situation. @liuxuan30

@SvenMuc
Copy link
Contributor

SvenMuc commented Sep 18, 2016

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?

@liuxuan30
Copy link
Member

@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..

@SSSakura
Copy link

same problem..

@SvenMuc
Copy link
Contributor

SvenMuc commented Sep 19, 2016

@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).
Has the demo already been migrated to Charts v3 and Swift 3.0? Maybe I can use this to analyse the changes. Xcode trys to auto migrate the code when I open the demo project.

After my migration I can provide here some notes, what changes are required.

@danielgindi
Copy link
Collaborator

master branch is already converted to Swift 3.0. Please pull master, instead of trying to convert it yourself.

@pmairoldi
Copy link
Collaborator

There is only one framework target for all platforms now. Just include the macOS one and it will also work for iOS and tvOS.

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

7 participants