rides-ios-sdk icon indicating copy to clipboard operation
rides-ios-sdk copied to clipboard

Cocoapods: Version 0.12 podfile

Open mobicity opened this issue 5 years ago • 2 comments

I tried installing UberRides in my podfile with pod 'UberRides' line only and got the version 0.11 Upon seeing that the actual version was 0.12 I ran pod update and nothing changed, still version 0.11

In the readme I saw that it was possible using pod 'UberRides', '~> 0.12', but this got me to the error below when trying to run pod install:

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

Isn't the version 0.12 available in cocoa pods?

mobicity avatar Jun 05 '19 00:06 mobicity

Same issue here. Am I doing something wrong?

OrbitalMan avatar Jun 11 '19 11:06 OrbitalMan

Also want to know which version to use! pod 'UberRides' gives you 0.11

I was able to install 0.12 after adding [PodspecShared.rb, UberCore.podspec, UberRides.podspec] from the Examples, but I am getting the error while importing one of the libs in my project - No such module

What to do with this? How to use it properly? Please update your ReadMe file!

D-Link13 avatar Jun 17 '19 13:06 D-Link13