skywinder / GaugeKit

Kit for building custom gauges + easy reproducible Apple's style ring gauges.
https://www.cocoacontrols.com/controls/gaugekit
MIT License
1.03k stars 100 forks source link

iOS 10 Beta Support #37

Closed sdevo619 closed 8 years ago

sdevo619 commented 8 years ago

Hi, I would really like to use GuageKit in an upcoming project, as it will make my life much easier in designing some cool gauges. Tried importing it into my new project and there are 56 errors, mostly related to changes Apple made in Swift 3. Do you have plans on updating GuageKit for iOS 10? Is there any plans for GuageKit on WatchOS 3? Do you have a version you are testing for iOS 10 Beta, that I may be able to get access to early? Thank you very much in advance. I have been looking all over for this type of Pod, and this helps a lot, assuming you plan to update it for iOS10.

skywinder commented 8 years ago

Hi. new version in master works on Swift 3 already hooray!!

ghost commented 7 years ago

Hey there @skywinder I'm attempting to use with cocoapods in a swift 3 project but it's only letting me install 0.3.2. Trying to get 0.4.0 throws an error. I see its in the podspec but no dice. Any idea?

skywinder commented 7 years ago

@druidithius can you sent me error, that throws during installation process?

ghost commented 7 years ago

This is the error thrown by cocoapods:

[!] Unable to satisfy the following requirements:

  • GaugeKit (= 0.4.0) required by Podfile

None of your spec sources contain a spec satisfying the dependency: GaugeKit (= 0.4.0).

You have either:

  • out-of-date source repos which you can update with pod repo update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.
ugomarinelli commented 7 years ago

Hi,

I am facing the same issue, cannot install the 0.4.0 version,

Thanks

ugomarinelli commented 7 years ago

I found why , in your podfile put this line instead :

pod 'GaugeKit', :git => 'https://github.com/skywinder/GaugeKit.git', :tag => '0.4.0'

I think the issue is, your pod version is outdated

skywinder commented 7 years ago

@ugomarinelli Thanks, indeed, pods didn't updated with latest release. Fixed already. Now you can you it as usual.

alexbartisro commented 7 years ago

@skywinder This issue still reproduces for me. I'm on pods 1.2.0-rc1 and ran pod repo update, but it still downloads 0.3.2

skywinder commented 7 years ago

@trusk89 pod search GaugeKit

shows, that 0.4.0 is released. please, double check it.

GaugeKit (0.4.0)
   Kit for building custom gauges + easy reproducible Apple's style ring gauges.
   pod 'GaugeKit', '~> 0.4.0'
   - Homepage: https://github.com/skywinder/GaugeKit
   - Source:   https://github.com/skywinder/GaugeKit.git
   - Versions: 0.4.0, 0.3.2, 0.3.1, 0.3.0, 0.2.5, 0.2.4, 0.2.3, 0.2.2, 0.2.1, 0.2.0, 0.1.1, 0.1.0
   [master repo]
ghost commented 7 years ago

This issue still reproduces for me as well.

GaugeKit (0.3.2) Kit for building custom gauges + easy reproducible Apple's style ring gauges. pod 'GaugeKit', '~> 0.3.2'

skywinder commented 7 years ago

I believe it's fixed already. please kindly check 👍