yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics
http://yannickloriot.com/library/ios/ylprogressbar/
MIT License
1.28k stars 186 forks source link

pod can't find 3.4.0 #18

Closed lamb-mei closed 9 years ago

lamb-mei commented 9 years ago

i got error [!] Unable to satisfy the following requirements: YLProgressBar (~> 3.4.0) required by Podfile

i use #pod search YLProgressBar can't find version 3.4.0 1__lamb-mei_lamb-mei-mbp____dropbox_allpay_allpay_app_ios_app_allpay__zsh_

erdemtu commented 9 years ago

I use 3.4.0 and I don't have this problem. Also cocoapods.org shows the correct result: http://cocoapods.org/?q=ylprogressbar

It might be that your cocoapods configuration somehow uses an older version of the specs repo as source.

yannickl commented 9 years ago

Indeed, when I look for the YLProgressBar pod I have this result:

-> YLProgressBar (3.4.0)
   The YLProgressBar is an UIProgressView replacement with an highly and fully customizable
   animated progress bar in pure Core Graphics.
   pod 'YLProgressBar', '~> 3.4.0'
   - Homepage: https://github.com/YannickL/YLProgressBar
   - Source:   https://github.com/YannickL/YLProgressBar.git
   - Versions: 3.4.0, 3.3.0, 3.2.0, 3.1.1, 3.1.0, 3.0.0, 2.0.0, 1.0.1, 1.0.0 [master
   repo]

Have you tried to update your cocopod install (gem update cocoapods)? Or may be this is a cache issue?

lamb-mei commented 9 years ago

I update rvm & gem & cocoapod
to solve this problem thanks for your reply