I am trying to integrate with Firebase Crashlytics.
I added the run scripts as described here. then installed the pods:
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
I configured the Firebase APIs:
FirebaseApp.configure()
I ran the app. the messages on the console seems to be ok.
But when I open the Crashlytics tab in the firebase console. I only get the message in the question title.
This is what I have in my Podfile.lock:
- Firebase (6.33.0):

