I installed TwitterKit correctly in my app however TWTRTwitter.sharedinstance() comes up as a “Use of unresolved identifier”?
However if I use Twitter.sharedInstance() on the App Delegate it works? I though that this had been deprecated?
The twitter pods installed are
Using TwitterCore (3.0.2)
Using TwitterKit (3.2.1)
My app was working and retriving my user profiles. I also had to disable “Enable Callback Locking” in my twitter app…no idea why?
Thanks