Added Crashlytics/Fabric SDK into my projects manually several months ago, now I'm trying to work with it via CocoaPods.
I first removed Crashlytics/Fabric from my project following this answer then added it back from CocoaPods following this.
Call it with simple [Fabric with:@[CrashlyticsKit]];
in didFinishLaunchingWithOptions
and build my project, bang!
Here's my run script in Target > Build Phases:
And the navigation panel looks like:
What did I do wrong?
EDIT
I did add security.framework, libz, libc++, and SystemConfiguration.framework
in my project... still not working.