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 ?
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>
Import it as a module using @import TwitterKit
.
Before import tries to clean and build your project or restart Xcode, then import Twitter.
© 2022 - 2024 — McMap. All rights reserved.