Integrate Fabric/Crashlytics via CocoaPods

后端 未结 16 1517
鱼传尺愫
鱼传尺愫 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:08

    If you update to Fabric & Crashlytics from older version:

    1. If you have any data in your info.plist file by the key Fabric, make sure to delete all that info along with the key.
    2. Use simple "${PODS_ROOT}/Fabric/run" script. Don't add any API_KEY and BUILD_SECRET

    That worked for me, hope this helps.

提交回复
热议问题