Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate Crashlytics into an iOS framework target?

I have an iOS framework target, and I need integrate Crash reporting system for it.

So Crashlytics looks good, but

This Xcode project does not have any Mac or iOS targets

So, is there any way to integrate Crashlytics directly into iOS framework?

like image 956
Garnett Avatar asked May 24 '17 10:05

Garnett


1 Answers

Thanks Mike Bonnell for your comment here, which says:

Sure, our SDK only supports being initialized once. Being initialized in a framework and application would cause a conflict. You and the app developer would have different API keys and there is no way to ask the app developer to give permission to your SDK to share stack traces from their code with your framework. Including us in your framework will cause issues for your framework and anyone that uses it, so that's why I said don't include us! Totally understand that SDK developers would love to see this supported.

like image 186
Garnett Avatar answered Oct 03 '22 23:10

Garnett