Missing DSYM showing in Google Crashlytics in XCode14

These were the commands included in run script:

"${PODS_ROOT}/FirebaseCrashlytics/run" "${PODS_ROOT}/FirebaseCrashlytics/upload-symbols" -gsp "${PROJECT_DIR}/<Project Name>/GoogleService-Info.plist" -p ios "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}"

And in build options -> Debug Information Format I have set it Dwarf with DSYM file

If the Bitcode is enabled in the build settings I'm not able run the app

What should I do to upload dsym from Xcode rather than manually uploading it ?

I'm having same issue!

Missing DSYM showing in Google Crashlytics in XCode14
 
 
Q