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.
- 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
then after 1 hour still same error showing
- 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
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
EDIT: its says required for 2.3(2) i have also added for 2.3(2) build
please find screenshots
2.3(2)
so i have added also for 2.3(2) – Paramedical