Crashlytics dSYM error Crashlytics dSYM error xcode xcode

Crashlytics dSYM error


You need to change "Debug Information Format" option in build settings of your target to "DWARF with dSYM file", located under Build Settings>Build Options>Debug Information Format


Goto build setting of your project then Search for debug information format in build setting then set "Debug information format" to "DWARF with dSYM file"Check below image to get clear idea


If you don't need a Fabric in DEBUG mode you can just update a script to run it only on a specific configuration.

if [ "${CONFIGURATION}" = "Release" ]; then "${PODS_ROOT}/Fabric/run" 01c2d02bad8a3dbfd172897e1ea5cf89eb6b2306 7d515291891d5405f6bc1547c327dc3d08688d67f9057c269c25a11dcab83fee fi