ios - Mach-O Linker Error integrating Crashlytics with CocoaPods -


added crashlytics/fabric sdk projects manually several months ago, i'm trying work via cocoapods.

i first removed crashlytics/fabric project following this answer added cocoapods following this.

call simple [fabric with:@[crashlyticskit]]; in didfinishlaunchingwithoptions , build project, bang!

enter image description here

here's run script in target > build phases:

enter image description here

and navigation panel looks like:

enter image description here

what did wrong?

edit

i did add security.framework, libz, libc++, , systemconfiguration.frameworkin project... still not working.


Comments