No such module 'TVVLCKit'
I tried installing TVVLCKit both via CocoaPod and via Carthage. In both cases I am getting the No such module 'TVVLCKit'
error when I try to import it with import TVVLCKit
in Swift.
TVVLCKit 3.2.0
Xcode 10.1
Swift 4.2
When importing VLCKit in ObjC with #import <TVVLCKit/TVVLCKit.h>
everything works just fine so the problem is with the Swift setup.
Any help will be appreciated.