I’m utilizing the crashlytics to log the crashes for iOS utility utilizing firebase,
however it appears Lacking(Required) standing in “Lacking dSYM recordsdata”.
i’m utilizing the Xcode 14.3
,
The one other technique to add a selected dSYM file utilizing script is there, however i want to ensure, we don’t must add this dSYM file each time new model uploaded.
The script i’ve tried as beneath:
Go to the Goal > Construct Part > Put the script
${PODS_ROOT}/FirebaseCrashlytics/run
in Run script
Additionally added the beneath script the Enter File
${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Sources/DWARF/${TARGET_NAME}
$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)
>
Can anybody assist me? Thanks upfront.