Fabric.with Twitter 无缘无故导致崩溃
Fabric.with Twitter causing crash with no reason
我已经将 pods 更新到最新版本的 Fabric、Crashyltics 和 Twitter,现在这一行(我应用程序中的第一行)崩溃了
Fabric.with([Crashlytics.self], Twitter.self])
如果我更改它以删除 Twitter,应用程序不会在此行崩溃。
Fabric.with([Crashlytics.self])
崩溃没有任何信息,只是一个 SIGABRT
这里是相关pods的版本。
- TwitterKit 3.1.1
- 崩溃分析 3.8.6
- 面料 1.6.13
由于在评论中提供了答案:
Mike from Fabric here. Twitter is no longer offered via Fabric, so I'd
recommend migrating: dev.twitter.com/twitterkit/fabric Since Twitter
Kit 3 launched, you'd have a different init just for Twitter separate
from the Fabric init.
我已经将 pods 更新到最新版本的 Fabric、Crashyltics 和 Twitter,现在这一行(我应用程序中的第一行)崩溃了
Fabric.with([Crashlytics.self], Twitter.self])
如果我更改它以删除 Twitter,应用程序不会在此行崩溃。
Fabric.with([Crashlytics.self])
崩溃没有任何信息,只是一个 SIGABRT
这里是相关pods的版本。
- TwitterKit 3.1.1
- 崩溃分析 3.8.6
- 面料 1.6.13
由于在评论中提供了答案:
Mike from Fabric here. Twitter is no longer offered via Fabric, so I'd recommend migrating: dev.twitter.com/twitterkit/fabric Since Twitter Kit 3 launched, you'd have a different init just for Twitter separate from the Fabric init.