devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.42k stars 428 forks source link

Can't download 4.5.2 #304

Closed mulu-eng closed 2 years ago

mulu-eng commented 2 years ago

Trying to download the pod with the following line in my Podfile:

pod 'DeviceKit', '~> 4.5'

but I get the following error:

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

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

You have either:

I can install 4.4

mulu-eng commented 2 years ago

Anyone running into this:

Do the following:

  1. pod repo update
  2. update Podfile so that you have pod 'DeviceKit', '~> 4.5'
  3. pod install