-
-
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
CocoaPods can only install Charts with Version 2.1.3
#547
Comments
Just did this and got the right version. Maybe your cocoapods version is out of date or something. |
@petester42 Cocoapods version is 0.39.0 ,when i finished installing Charts,i just import Charts in ViewController, but i will get errors ‘no such module Charts’, so what should i do ? |
Try pod update. Maybe your podfile.lock has 2.1.3 in it. |
@petester42 below is my podfile.lock. PODS:
DEPENDENCIES:
SPEC CHECKSUMS: COCOAPODS: 0.39.0 and pod search charts ,i will get : -> Charts (2.1.3)
and pod update has no work for this. |
I dont know how to help you. I have a project configured with 2.1.6 using cocoapods and it works fine. |
@petester42 pod search Alamofire, and i also just get version 2.0.0, but others can get version 3.0 and their cocoapods version is 0.38.0,so i think there must be something wrong with my cocoapods. Thanks for your help. |
Ya that might be it. Good luck. |
@petester42 |
Readme shows there is a new version
2.1.6
,but when i use CocoaPods install it ,i get some errors, andpod search Charts
only get version 2.1.3 . if i use version 2.1.3 , i will get some compile errors like "# has removed from swift, double up start start ....".The text was updated successfully, but these errors were encountered: