Swift
Swift

Reputation: 1184

Firebase/Crashlytics - upload 1 dSYM file to process them. error why?

Mine is Xcode 14.2 version and I have installed Firebase/Crashlytics pod successfully in project

then i add 2 crashes in code and run the code in simulator and hit that crashes in simulator and checked for crashes in Firebase > Crashlytics > Dashboard

then i got

This app has 2 unprocessed crashes. Upload 1 dSYM file to process them.

  1. then i found dSYM folder in press (right click) on archive -> Show In Finder -> Show Package Contents -> there is dSYMs folder compressed that and browse in Firebase > Crashlytics > dSYMs tab then it is successfull

enter image description here

then after 1 hour still same error showing

  1. so i have added dSYMs using script path in firebase commend line in terminal like this

/Users/userName/Desktop/projectName/Pods/FirebaseCrashlytics/upload-symbols -gsp /Users/userName/Desktop/projectName/projectName/GoogleService-Info.plist -p ios /Users/userName/Library/Developer/Xcode/Archives/2023-05-30/projectName\ 30-05-23,\ 7.12\ PM.xcarchive/dSYMs

this is also successfully enter image description here

if i run code and hit crash in device then crashes are showing in firebase but still This app has 2 unprocessed crashes. Upload 1 dSYM file to process them. showing in firebase why? what else i need to do to fix this error please guide me

enter image description here enter image description here

EDIT: its says required for 2.3(2) i have also added for 2.3(2) build

please find screenshots

enter image description here

enter image description here

Upvotes: 3

Views: 2498

Answers (0)

Related Questions