skywinder/GaugeKit

iOS 10 Beta Support

sdevo619 opened this issue · 11 comments

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.

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

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?

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

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.

Hi,

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

Thanks

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

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

@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

@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]

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'

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