Developer1205
Developer1205

Reputation: 167

How to install Firebase Crashlytics Swift 3.0

i am working swift 3.0 version project .. i want to install Firebase Crashlytics but, pod have only latest .. how to install swift 3.0 Firebase Crashlytics pod or manual framework. thanks

Upvotes: 0

Views: 207

Answers (2)

Pyae Phyoe Shein
Pyae Phyoe Shein

Reputation: 13827

Sample way is to read documentation, they explained already.

https://firebase.google.com/docs/crashlytics/get-started

Upvotes: 0

Urvish Patel
Urvish Patel

Reputation: 185

Please install below pod for firebase crash analytics.

 pod 'Crashlytics', '3.12.0'

Upvotes: 1

Related Questions