Mysterious TwitterKit crash

Viewed 960

I'm seeing a rather mysterious crash while using TwitterKit through Fabric.

My application crashes on this line:

Fabric.with([Crashlytics.self, Twitter.self])

saying:

[Fabric] Please upgrade to the latest version of "Twitter"
[Crashlytics] Version 3.8.4 (121)
Calling Twitter.start is not supported.

I integrated TwitterKit just as the docs instructed, adding keys and url schemes to my Info.plist but I can't figure out why Twitter is all the sudden crashing.

1 Answers
Related