We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'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?
The text was updated successfully, but these errors were encountered:
http://stackoverflow.com/questions/34970326/how-can-i-import-charts-xcodeproj-using-cocoapods
Sorry, something went wrong.
No branches or pull requests
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'> 2.1'pod 'Charts', '
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?
The text was updated successfully, but these errors were encountered: