-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency conflict #18
Comments
same here |
Yes. Just tried to install tonight and got the same error |
Looks like there was a version bump to the podspec but a new release was never made. Pointing the Podfile to |
I've just switched to use Geofire for Firebase and will, for now, operate the two databases. That was the most reliable choice for us. |
I did notice there was a branch to 1.0.0 so updated my podfile and re-installed. Both Firestore and GeoFirerstore resolved, but I ended up with a deployment target error. Looks like a small fix my side to resolve this issue. |
Can you please update your dependencies? I had to downgrade from I need to have the latest versions of firebase SDKs |
it seems the issue is also caused by GeoFire being outdated. I ended up installing them both as following: pod 'GeoFire', :git => 'https://github.com/firebase/geofire-objc' |
Solved the issue by doing this |
When I try to install that library into my project, CocoaPods gives me the following message:
What should I do?
The text was updated successfully, but these errors were encountered: