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

YubiKit 4.6.0 minimum version fail #162

Closed
ospfranco opened this issue Sep 5, 2024 · 2 comments
Closed

YubiKit 4.6.0 minimum version fail #162

ospfranco opened this issue Sep 5, 2024 · 2 comments

Comments

@ospfranco
Copy link

Hi, my project is targeting iOS 13.4. From what I see in the podspec 11 is the minimum required target. However when I try to install the pods I get:

[!] CocoaPods could not find compatible versions for pod "YubiKit":
  In snapshot (Podfile.lock):
    YubiKit (= 4.4.0)

  In Podfile:
    Fido (from `../modules/fido/ios`) was resolved to 1.0.0, which depends on
      YubiKit (= 4.6.0)

Specs satisfying the `YubiKit (= 4.4.0), YubiKit (= 4.6.0)` dependency were found, but they required a higher minimum deployment target.

Is the deployed version on CocoaPods the same the the main branch of the repo?

@ospfranco
Copy link
Author

As a matter of fact, I don't see 4.6.0 not published on Cocoapods

https://github.com/CocoaPods/Specs/blob/master/Specs/8/1/2/YubiKit/4.4.0/YubiKit.podspec.json

@ospfranco
Copy link
Author

Duplicate of #155. For now a workaround is to pin it to the github repo:

pod 'YubiKit', :git => 'https://github.com/Yubico/yubikit-ios.git'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant