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

I couldn't find Charts.xcodeproj #705

Closed
KitajimaMasaru opened this issue Jan 24, 2016 · 1 comment
Closed

I couldn't find Charts.xcodeproj #705

KitajimaMasaru opened this issue Jan 24, 2016 · 1 comment

Comments

@KitajimaMasaru
Copy link

I'm trying to use ios-charts in my app written in Objective-C.

First, I downloaded ios-charts from GitHub and read the README.md and found I could use cocoapods to install as it says "pod 'Charts'".

So I added this to my Podfile like
platform :ios, "9.0"
use_frameworks!

target 'chartTest' do
pod 'FMDB', '> 2.0'
pod 'Charts', '
> 2.1'
end

And I did pod install, and get Charts in my Pods folder.

But I couldn't find Charts.xcodeproj.

Do I need to add it from ios-charts-master which I downloaded from GitHub manually?

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

2 participants