google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 292 forks source link

Failing to update to 2.0.0 because of Firebase dependencies #174

Closed arpwal closed 2 years ago

arpwal commented 2 years ago

Hey folks,

I'm seeing the following issues while upgrading the library from 1.2.12

      Firebase/Crashlytics was resolved to 8.3.0, which depends on
        FirebaseCrashlytics (~> 8.3.0) was resolved to 8.3.0, which depends on
          PromisesObjC (~> 1.2)

and

      Firebase/Auth was resolved to 8.3.0, which depends on
        FirebaseAuth (~> 8.3.0) was resolved to 8.3.0, which depends on
          GoogleUtilities/Environment (~> 7.4) was resolved to 7.5.0, which depends on
            PromisesObjC (< 3.0, >= 1.2)

Is there something that I'm missing?