-
-
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
Type 'RunLoop' has no member 'Mode' #3648
Comments
DOesn't appear to exist in the MacOs api either. |
Please try this version:https://github.com/danielgindi/Charts/tree/4.0.0 |
This solution works. I just used the following link and it compiled without any issues. |
is this solved? |
is It
Its not a master Branch. Even it not working. |
Its not a master Branch. Even it not working. |
I DID NOT use pods to install. instead, followed the usage section and it compiled. https://github.com/danielgindi/Charts#usage Carefully read the usage section. Let me know if you need any help |
Guys, 4.0 branch is not for public yet. Please note, we try to make sure master branch always work with latest Xcode and Swift; if you plan to upgrade your EVERY swift library to 4.2, you can take the new code. Otherwise, stick to old Chart library. The new commits for Swift 4.2 will not work with lower versions. This library hasn't get any new features or updates for quite a while, you are safe to stay on v3.1, or old commit. What we did is just to update master and make sure it works with latest Xcode and Swift version. If you didn't update your Xcode, don't check out master; if you stick to Swift <4.2, don't check out master. Similar question will be closed soon. |
I am trying to use charts for ios app. I am using cocoa pod for dependency setup. After setup i am trying to build the code it throwing compile errors. Below I am Adding my Codebase for reference. can anyone help me. thanks in advance. Charts Environment **Charts version/Branch/Commit Number: Demo Project |
then check out Chart 3.1. Checking out master and saying it's not working with old tools is not a good idea all the time. |
Below I am Adding my Codebase for reference. can anyone help me. thanks in advance. Charts Environment **Charts version/Branch/Commit Number: Demo Project |
**Charts version/Branch/Commit Number: |
@rajasekharpidikitios If you are still struggling to integrate charts in your project. Please follow Along My Codebase is same as yours. i am using xcode 9.4.1 and swift 4.1
.
Let me know if you need help |
Can i use same steps for xcode 10.0 and swift 4.2 |
Tanks for reply. |
Now i am using Xcode 10.0 its working tq for ur help. |
@rajasekharpidikitios what was the solution? on Xcode 10? |
I am trying to use charts for ios app. I am using cocoa pod for dependency setup. After setup i am trying to build the code it throwing compile errors.
Below I am Adding my Codebase for reference. can anyone help me. thanks in advance.
Charts Environment
**Charts version/Branch/Commit Number:
**Xcode version:9.4.1
**Swift version:swift 4.1
**Platform(s) running Charts: ios
macOS version running Xcode:
Demo Project
download that reproduces the issue.
https://github.com/rajasekharpidikitios/Customcharts.git
The text was updated successfully, but these errors were encountered: