I am trying to implement the youtube-ios-player-helper, found here: https://github.com/youtube/youtube-ios-player-helper
What I did: Edited my podfile, pod update, everything fine without any errors, Alamofire - which was also added via cocoapods still working
I can see the Pod in my workspace, and I can even select YTPlayerView as Class for my UIView in Storyboard
But when it comes to adding the IBOutlet it doesn't recognize the YTPlayerView Class anymore?!
Shouldn't it be impossible to even select it in storyboard if the Pod wasnt properly added?
I also tried the "manual" method, that gave a slightly better result as it would let me define the Player, but wouldn't let me import the YTPlayerView via Bridging-Header