I found two ways to solve the problem.
- Install TwitterKit without cocoapods. But it will increase size of the repo. And it’s hard to update it.
- Add
TwitterKitResources.bundle from Pods/Pods/TwitterKit/iOS/TwitterKit.framework to some folder in your project. Be sure that you UNCHECKED “copy items if needed”
I believe the problem is that TwitterKit is looking for resources in main (app’s) bundle, not TwitterKit.framework's bundle. Thats why everything work fine with manual TwitterKit install