-
-
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
How to run in Xcode 9 (beta) #2520
Comments
+1 |
I am not sure. Have you change to swift 3.0 compatibility in xcode 9? I can build and run the ChartsDemo without any changes. |
What's the proper way of doing this? Never used the compatibility mode before. |
Yes, that was the solution! |
my 'Charts' target already set to 3.2 Swift Compiler to 3.2 initially. Then i select the 'Pods' project, select the 'Charts' target and there I set the Swift Compiler to 4.0. Build again and errors gone. |
@liuxuan30 Please help. When i add this pod, my project not compoling. I change the Swift version to 3.2, clean, recompile, nothing. I try Swift 3.2, crean, recompile, nothing. I'm using XCode 9.2 targeting iOS 11.0. Help please ! |
@wonder2011 add to your pod file |
@macro-dadt thanks a lot, but i'm updating to XCode 9.4.1. This lib compile on this version with no problems? |
I have the target iOS version for my project set-up to iOS 9.0.
But I cannot build it with the charts (installed using CocoaPods), it gives errors, but thought I read somewhere it should be compatible with former Swift versions.
The text was updated successfully, but these errors were encountered: