I downloaded the pod "youtube-ios-player-helper", "~> 1.0.3" and minutes after importing it I get the error No such module 'youtube_ios_player_helper'. Did I install the pod correctly?
podfile
podfile
Code Block target 'LearnHockey' do use_frameworks! pod "youtube-ios-player-helper", "~> 1.0.3" end