'JWPlayer-iOS-SDK/JWPlayerController.h' file not found
Followed the steps given at : https://developer.jwplayer.com/sdk/ios/docs/developer-guide/intro/getting-started/ to import JWPlayer For troubleshooting: https://developer.jwplayer.com/sdk/ios/docs/developer-guide/troubleshooting/troubleshooting/ Also installed cocoapods and in Podfile added: pod 'JWPlayer-SDK', '~> 2.4.3' ran pod install command later. What am I missing? By cocoa pod installation you must use below path to import: #import <JWPlayer-SDK/JWPlayerController.h> And by adding framework it is said at document this path: #import <JWPlayer-iOS-SDK/JWPlayerController.h> But I faced Not