0

I am having issue with integrating crashlytics on projects created using Xcode 9.3. Integrating through cocoapods, it is stuck on verification process forever, attaching the screenshot.

enter image description here

Please help

sahiljain
  • 2,215
  • 1
  • 29
  • 39
  • Try doing a build and run of your app after adding debug mode and see if that helps: // Objective-C [[Fabric sharedSDK] setDebug: YES]; [Fabric with:@[CrashlyticsKit]]; // Swift Fabric.sharedSDK().debug = true Fabric.with([Crashlytics.self()]) – Mike Bonnell Apr 27 '18 at 20:35
  • Tried that, doesn't help! – sahiljain May 07 '18 at 12:04
  • Probably best to contact support(at)fabric(dot)io so the team can dig in more. – Mike Bonnell May 07 '18 at 12:08

0 Answers0