I am getting an error everytime I am clicking on the TWTRLogInButton - I have setup using the Fabric App, all of the keys required are in the plist but I am consistently getting this error:
Terminating app due to uncaught exception 'TWTRInvalidInitializationException', reason: 'Attempted to call TwitterKit methods before calling the requisite start methods; you must call +[Fabric with:@[Twitter class]] before using the methods on TwitterKit. If you are not storing your consumerKey and consumerSecret in your application's info.plist you must also call -[TwitterKit startWithConsumerKey:consumerSecret:] before calling +[Fabric with:]'
Everything is in the AppDelegate that is required - I have even tried to initiate the key and secret via the method provide and still nothing.
Please advise