I've updated my pods to the latest version of Fabric, Crashyltics and Twitter and now this line (the first line in my app) is crashing
Fabric.with([Crashlytics.self], Twitter.self])
If I change it to remove Twitter the app does not crash on this line.
Fabric.with([Crashlytics.self])
The crash has no information and is simply just a SIGABRT
here are the versions of the relevant pods.
- TwitterKit 3.1.1
- Crashlytics 3.8.6
- Fabric 1.6.13