You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will there be an example for MediaPlayer? I am having trouble compiling any project with MediaPlayer framework. I can compile the UIKit and MediaPlayer framework fine, but as soon as I use include something like
import <MediaPlayer/MPMoviePlayerController.h>
in one of the header file, the compile will flag
MPMoviePlayerController.h
MPMediaPlayback.h: No such file or directory
Cannot find protocol declaration for 'MPMediaPlayback'
Tried on MultiApple and BigApple samples and same issue.
The text was updated successfully, but these errors were encountered:
It looks like the MPMediaPlayback.h file wasn't marked as public, so it wasn't included in the framework bundle. I just committed a change that should fix that, so maybe that'll help.
On Aug 10, 2011, at 9:52 PM, gemmay wrote:
Will there be an example for MediaPlayer? I am having trouble compiling any project with MediaPlayer framework. I can compile the UIKit and MediaPlayer framework fine, but as soon as I use include something like
#import <MediaPlayer/MPMoviePlayerController.h>
in one of the header file, the compile will flag
MPMoviePlayerController.h
MPMediaPlayback.h: No such file or directory
Cannot find protocol declaration for 'MPMediaPlayback'
Tried on MultiApple and BigApple samples and same issue.
Reply to this email directly or view it on GitHub: #58
Will there be an example for MediaPlayer? I am having trouble compiling any project with MediaPlayer framework. I can compile the UIKit and MediaPlayer framework fine, but as soon as I use include something like
import <MediaPlayer/MPMoviePlayerController.h>
in one of the header file, the compile will flag
MPMoviePlayerController.h
MPMediaPlayback.h: No such file or directory
Cannot find protocol declaration for 'MPMediaPlayback'
Tried on MultiApple and BigApple samples and same issue.
The text was updated successfully, but these errors were encountered: