ranesr/SwiftIcons

CocoaPods could not find compatible versions for pod "SwiftIcons": on Xcode 10

irshadpc opened this issue · 8 comments

Try to install via cocoapods but I have faced compatible issues. I have using Xcode 10.

[!] CocoaPods could not find compatible versions for pod "SwiftIcons":
In Podfile:
SwiftIcons (~> 2.2.0)

None of your spec sources contain a spec satisfying the dependency: SwiftIcons (~> 2.2.0).

You have either:

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

Can you try using the latest version for SwiftIcons ~> 2.3.0?

I've got issue when I try pod update:

Specs satisfying the SwiftIcons (~> 2.3) dependency were found, but they required a higher minimum deployment target.

I need supporting iOS 11, but the pod spec deployment target is 12.1 in this version (2.3).
@ranesr is it possible to change that?

Same to me, the deployment target is 12.1 which is too high, I think many projects cannot upgrade it.

Same here, can't update with iOS 10 project.

I've a PR opened to fix that

Can you try using the latest version for SwiftIcons ~> 2.3.2?

@ranesr I think the issue is resolved.