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

be explicit on how to install 'Charts' when using CocoaPods since #376

Merged
merged 1 commit into from
Sep 24, 2015

Conversation

avishaan
Copy link
Contributor

I noticed many people were confused as how to use CocoaPods to install the framework (myself included). I accidentally added the 'ios-charts' pod instead of 'Charts' and spent 10 minutes trying to figure out why it wasn't working. I think a blurb would help many people out.

It's possible it was a contributing factor to these guys having an issue: #277 #283 #289 (mentioning CocoaPods.org having issues) and definitely the reason #47

danielgindi added a commit that referenced this pull request Sep 24, 2015
be explicit on how to install 'Charts' when using CocoaPods since
@danielgindi danielgindi merged commit abdadb7 into ChartsOrg:master Sep 24, 2015
@@ -31,6 +31,10 @@ If you want to compile for iOS 7:
1. Drag the code itself (.swift files) to your project. As sadly, Swift currently does not support compiling Frameworks for iOS 7.
2. Make sure that the files are added to the Target membership.

## CocoaPods Install

Add `Pod 'Charts'` to your Podfile. Adding `Pod 'ios-charts'` will not work!!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should pod ... not Pod ...

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

Successfully merging this pull request may close these issues.

None yet

3 participants