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
fix(deps, ios): FirebaseCoreExtension is not always versioned
for the 10.23.1 patch release, only a few podspecs were versioned
upstream, and FirebaseCoreExtension was not one of them, it remained
on 10.23.0
If we let that dependency version resolve via semantic specifiers from
FirebaseCore's podspec it will get `~> 10` which is adequate for our purposes
and is in fact how they reference this pod upstream, so the fix is to just
remove the version here and let other specifiers drive the version
0 commit comments