I try to integrate Fabric/Crashlytics via CocoaPods, my Podfile looks like this:
pod \'Fabric/Core\', \'1.2\' pod \'Fabric/Crashlytics\', \'1.2\'
in
Fabric (1.6.7)
You should change path from
"${PODS_ROOT}/Fabric/Fabric.framework/run" YOUR_API_KEY YOUR_BUILD_SECRET
to
"${PODS_ROOT}/Fabric/run" YOUR_API_KEY YOUR_BUILD_SECRET