PostalAddressRow icon indicating copy to clipboard operation
PostalAddressRow copied to clipboard

Can't install from Cocoapaods

Open randyhill opened this issue 5 years ago • 2 comments

I'm getting the following cocopod error.

CocoaPods could not find compatible versions for pod "Eureka": In snapshot (Podfile.lock): Eureka (= 5.0.0, >= 4.0.0)

In Podfile: Eureka

PostalAddressRow was resolved to 1.0.0, which depends on
  Eureka (~> 2.0.0-beta.1)

ViewRow (from `https://github.com/EurekaCommunity/ViewRow`) was resolved to 0.4.0, which depends on
  Eureka (>= 4.0.0)

randyhill avatar May 09 '19 00:05 randyhill

Try running pod update and see if that helps.

kfurb avatar May 12 '19 05:05 kfurb

Don't include , '~> 1.0' in your Podfile. Make sure the line is just pod 'PostalAddressRow'

I'm not sure why the README instructs us to use version 1.0. Doing so makes it incompatible with the latest version of Eureka.

ChaseC99 avatar Oct 21 '20 11:10 ChaseC99