The type of quotation marks are wrong in the guide.
I had the same problem with trying to import with #import “YTPlayerView.h”
The problem was very difficult to see but has to do with the quotation marks. They are the wrong type. Instead use
#import "YTPlayerView.h"