I get an error that #import <TwitterKit / TwitterKit.h> was not found in xcode
3 answers
Starting with version 3.3.0, TwitterKit has a new home on github, the page indicates that you need to import like this:
#import <TwitterKit/TWTRKit.h>
+3
Starting with version 3.3.0, TwitterKit has a new home on github, the page indicates that you need to import like this:
#import <TwitterKit/TWTRKit.h>