In my app there are two targets:
Target 1 : MyApp - com.app.myapp
Target 2 : MyAppQA - com.app.myappQa
Email Id used for Fabric
Mike from Fabric here.
Once the dSYM is uploaded, we will start reprocessing any crashes from the last 7 days, so it should be visible by now.
For uploading dSYMs, including seeing any errors with the upload flow, you can use the upload-symbols
script located in the Fabric OS X app at Fabric.app/Contents/MacOS/upload-symbols
and in the Fabric CocoaPod payload at $PODS_ROOT/Fabric/upload-symbols
Run the script with the following to upload all dSYMs from a given folder:
find -name "*.dSYM" | xargs -I \{\} /path/to/upload-symbols -a -p \{\}
Documentation reference.