I'm compiling my iPhone app, and I'm getting the following error in the header of MPMediaItem from the MediaPlayer.framework:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h:14: error: expected '=', ',', ';', 'asm' or 'attribute' before 'class'
How can I fix that? Thanks: