Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble using MediaPlayer framework #58

Open
gemmay opened this issue Aug 11, 2011 · 3 comments
Open

Trouble using MediaPlayer framework #58

gemmay opened this issue Aug 11, 2011 · 3 comments

Comments

@gemmay
Copy link

gemmay commented Aug 11, 2011

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.

@BigZaphod
Copy link
Owner

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

@gemmay
Copy link
Author

gemmay commented Aug 11, 2011

Thanks for the speedy fix, works now.

Also like to thanks everyone working on the Chameleon project. Without Chameleon, porting iOS App to Mac OSX would be be next to impossible!

@jehiah
Copy link

jehiah commented Nov 25, 2011

@gemmay it sounds like this was resolved. Can you close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants