I am working in an iOS Library and I want to add Crashlytics
so I can get notified if the library crashes to any user. I have already integrated the Crashlytics
and Fabric
frameworks: I added the .frameworks bundles, then I added the Fabric API Key into the library's info.plist as well as the run script phase into build phases, but when the library crashes inside a running app, nothing happens in the fabric dashboard.
Is it possible to add Crashlytics to an iOS Library?