You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
I tried installing UberRides in my podfile with
pod 'UberRides'
line only and got the version 0.11Upon 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?
The text was updated successfully, but these errors were encountered: