Pod Error

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
Code Block
target 'LearnHockey' do
 use_frameworks!
 pod "youtube-ios-player-helper", "~> 1.0.3"
end



Answered by ZoneX in 667650022
The error went away on it's own I think it might be a bug.
Accepted Answer
The error went away on it's own I think it might be a bug.
Pod Error
 
 
Q