How to integrate Crashlytics into an iOS infrastructure project?

I am creating a new iOS infrastructure and want to integrate Crashlytics into it. Using the Fabric.io Mac tool, I clicked on the +New App and selected the Xcode project for iOS. However, on the next screen (“Initialize SDK”) I get the following error:

There are no Mac or iOS goals in this Xcode project

Well, yes - my main Bundle FMWK shell code, not the usual AAPL application.

My question is: did anyone manage to integrate Crashlytics into the iOS framework project? Is it possible, and how can this be done?

+4
source share
1 answer

Crashlytics is for ios app crash logs so developers can immediately find app crashes. It is not a development framework, and integrates Crashlytics into the building framework.

In other words, Crashlytics will only integrate into the xcode project of a Mac OS X application or ios mobile application.

+1
source

All Articles