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
.