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

Please Please Help, I can’t get Charts installed properly #1922

Closed
craigflanagan opened this issue Dec 5, 2016 · 2 comments
Closed

Please Please Help, I can’t get Charts installed properly #1922

craigflanagan opened this issue Dec 5, 2016 · 2 comments

Comments

@craigflanagan
Copy link

I have been at this for many days now. At first I tried just dragging the library over to my
project but that didn’t work. Now I have migrated on to using cocoa pods using the following
pod file for my XCODE 8.1 Obj C project (just a basic single view controller app):

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, ’10’
target ‘coco2’ do
pod 'Charts', '~> 3.0.1’
end

When I open the workspace file after the successful running of the pod file I am faced with
a demand to update my project to SWIFT3.0. If I say yes then I get all softs of errors, if I say
no stay at 2.3 (and set the compiler to the legacy swift compiler) I get the following:
screen shot 2016-12-05 at 6 40 50 pm
Please help I am so stuck and frustrated and I know there are some good people out there willing to lend a hand. Craig

@kutran
Copy link

kutran commented Dec 7, 2016

Did you check the following setting in Xcode?

screen shot 2016-12-06 at 4 42 34 pm

@liuxuan30
Copy link
Member

well you have to upgrade your project to swift 3.0 first.. Chart 3.0 is swift 3.0

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

3 participants