-
-
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
v2.2.5 not support swift2.3 #1470
Comments
@woohyuknrg |
@Huang-Libo In Podfile how should I do? target “abc” do platform:ios,'8.0' pod 'Charts/Realm' end |
@Huang-Libo I should add anything else? |
@githubkiven |
@githubkiven |
@aljux |
I will hopefully have a charts 2.3 release out tonight or tomorrow. Everything seems to work locally. Thanks for the patience. |
I mean to use in Xcode 8 swift 2.3, can I use the old version to let him run it? |
why don't you search swift 2.3 as keywords? there is already branch for 2.2.5 + 2.3 |
Here is not it? This is the search results, so I am here to ask questions. |
apparently not enough: #1291
|
Nice, |
Im almost done creating a release for swift 2.3 with charts 2.2.5 so hang on tight. There were some complications with cocoapods and xcode 8/realm |
@Huang-Libo Pod should be that version?cocoapods-1.0.1? |
I had to use 1.1.0.rc.2 to publish the v2.3.0 pod |
Use Xcode8 & swift2.3, add pod 'Charts', '2.2.5', then pod update, after updated pod, compile project, there are 13 same error: Value of optional type 'xxx?' not unwrapped; did you mean to use '!' or '?'?
Please fix, tks.
The text was updated successfully, but these errors were encountered: