I installed these pod files.
pod 'TwitterKit'
pod 'TwitterCore'
When I try to import file i. e #import < TwitterKit/TwitterKit.h > it is showing not found error.
Why it is comming any idea ? anything going wrong or anything is pending to add ?
Import it as a module using @import TwitterKit
.
Since version 3.3.0 TwitterKit has a new home on github, the installation page states that you need to import like this:
#import <TwitterKit/TWTRKit.h>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With