urban-health-labs / CombineFirebase

Combine wrapper on Google's iOS Firebase library.
MIT License
225 stars 44 forks source link

No Package.swift manifest for version 0.2.6 #16

Closed iKK001 closed 3 years ago

iKK001 commented 3 years ago

Trying to use SPM gives the following error (see screenshot).

I am not sure how to add such a manifest correctly.

Screenshot 2021-04-19 at 14 16 02

I am trying to make CombineFirebase work together with Firebase SDK 7.10.0.

A workarround can be:

Inside XCode, when adding the dependency, chose commit instead of up-to-next-version or branch:

Here is the commit that works: 02bc159531795b98bf7ff83dfe8c794cf805945e

Would be nice if the original dependency URL also does the right thing together with the newest Firebase SDK's.

Oh, and also, it is not yet listet in the Swift Package Index : https://swiftpackageindex.com

kshivang commented 3 years ago

PR #14 Resolved this, please check, if problem presist please reopen this issue