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
Conflicting identity for app-check: dependency 'github.com/google/app-check' and dependency 'node_modules/@capacitor-firebase/app-check' both point to the same package identity 'app-check'. This will be escalated to an error in future versions of SwiftPM.
If I install all those plugins except @capacitor-firebase/app-check then the build works fine, and interestingly there is also an AppCheck package dependency.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
If I install a bunch of plugins like that:
Then Xcode shows this error building:
If I install all those plugins except
@capacitor-firebase/app-checkthen the build works fine, and interestingly there is also anAppCheckpackage dependency.What's going on here?
All reactions