Integrate Fabric/Crashlytics via CocoaPods

后端 未结 16 1511
鱼传尺愫
鱼传尺愫 2020-12-23 13:49

I try to integrate Fabric/Crashlytics via CocoaPods, my Podfile looks like this:

pod \'Fabric/Core\', \'1.2\'
pod \'Fabric/Crashlytics\', \'1.2\'
         


        
16条回答
  •  失恋的感觉
    2020-12-23 14:12

    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
    

提交回复
热议问题