PostalAddressRow
PostalAddressRow copied to clipboard
Can't install from Cocoapaods
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)
Try running pod update
and see if that helps.
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.