uber / rides-ios-sdk

Uber Rides iOS SDK (beta)
https://developer.uber.com/docs
MIT License
371 stars 123 forks source link

Cocoapods: Version 0.12 podfile #260

Open mobicity opened 5 years ago

mobicity commented 5 years ago

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?

OrbitalMan commented 5 years ago

Same issue here. Am I doing something wrong?

D-Link13 commented 5 years ago

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!