Error Message: Upload missing dSYMs to see crashes from 1 versions. Versions affected: 1.0 (1)
I am trying to implement Firebase Crashlytic
If everything is fine you setup all without missing any step and then also you see Upload missing dSYMs to see crashes error in firebase. (June 1 - 2020)
Download the .dSYMs from iTunesConnect only no anywhere else and upload those to the Firebase.
Google is soon removing the upload feature on the Firebase Dashboard
Run the script directly from your terminal to upload dSYMs :
/path/to/pods/directory/FirebaseCrashlytics/upload-symbols -gsp /path/to/GoogleService-Info.plist -p ios /path/to/dSYMs
After two days of long research and try lots of solutions but no anyone works for me :(
But by this solution Firebase Crashlytics was happy and showing the crash reports within a few minutes.