iOS (Fabric): Crashlytics crashing app on launch

后端 未结 4 481
日久生厌
日久生厌 2021-01-15 04:02

I have updated the Crashlytics but still I am getting this error on launch:

Error: *** Terminating app due to uncaught exception \'FABException\', r

4条回答
  •  没有蜡笔的小新
    2021-01-15 04:34

    Try this:-

    func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
          Fabric.with([Crashlytics.self])
          return true
        }
    

提交回复
热议问题