Crashlytics Fabric multiple targets

You can create Crashlytics for Multiple targets in single app by adding multiple RUN SCRIPT in BUILD PHASES. Fabric will identify based on UNIQUE RUN SCRIPT

I am working on 6 targets in single projects,getting all crashes in Fabric By target wise.

Target-->Build phases-->Add Run script


From Fabric's documentation:

To run Crashlytics with multiple targets, add a Crashlytics Run Script to each target’s Build Phase.

This worked fine for me in my projects where I have Fabric configured for both the main app target, as well on several extensions in their own targets. They ultimately show up as unique "things" in the Fabric web dashboard too which is nice.