I get an error when trying to use MPMediaPickerControllerDelegate even though I have added the reference to the framework and added
#import <MediaPlayer/MediaPlayer.h>
The error I get is: "error: cannot find protocol declaration for 'MPMediaPickerControllerDelegate'"
I'm trying to have a single binary work for iPhone OS 2.2 and 3.0, so I set the Base SDK to 3.0 and iPhone OS deployment target to iPhone OS 2.2
What could I be doing wrong?