Unable to install firebase crashlytics with swift package manager

Viewed 190

enter image description here

while adding swift package manager for firebase crashlytics shows failing where as need to use crashlytics in project

1 Answers

You can disregard that failing notice from the GitHub home page.

It indicates a recently added flaky unit test that is currently being addressed at https://github.com/firebase/firebase-ios-sdk/pull/9797.

There are no known issues with Crashlytics and its Swift Package Manager integration.

Related