baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Use of unresolved identifier 'TWTRTwitter' #77

Closed djabif closed 4 years ago

djabif commented 4 years ago

When I try to build my iOS project in Xcode I get this error in AppDelegate file.

Screen Shot 2020-05-14 at 14 53 40

Any idea what could be happening? I carefully followed all config steps. Thanks.

djabif commented 4 years ago

Solved the issue by adding import TwitterKit in AppDelegate file.

This step is missing in the documentation.

martincres commented 4 years ago

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 ?