I'm trying to embed a video in an app, using a button to start and a button to stop the video. I'm following the official google developer guide to achieve this, but when it says to enter in the ViewController.h class the following property:
@property(nonatomic, strong) IBOutlet YTPlayerView *playerView;
it displays this error list
How can I solve the issue?