When I build, I'm receiving this error during the linking stage:
".objc_class_name_MPMoviePlayerController", referenced from:
literal-pointer@__OBJC@__cls_refs@MPMoviePlayerController in MovieDemoViewController.o
"_MPMoviePlayerPlaybackDidFinishNotification", referenced from:
_MPMoviePlayerPlaybackDidFinishNotification$non_lazy_ptr in MovieDemoViewController.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Build failed (2 errors)
Why is this happening?