Closed djabif closed 4 years ago
Solved the issue by adding
import TwitterKit
in AppDelegate file.
This step is missing in the documentation.
i have notice the same missing step but when i add that line of code i get this error:
Thread 1: Exception: "Attempted to call TwitterKit methods before calling the requisite start method. You must call TWTRTwitter.sharedInstance().start(withConsumerKey:consumerSecret:) before calling any other methods."
How do you solve that @djabif ?
When I try to build my iOS project in Xcode I get this error in AppDelegate file.
Any idea what could be happening? I carefully followed all config steps. Thanks.