problem in MPMoviePlayer with IOS 4.2 version
I am using Xcode 3.2.5 with ios 4.2 version and i want to use MPMoviePlayer. But when i used these into my code then the error is generated like...开发者_开发问答
error: MediaPlayer/MPMediaPlaylist.h: No such file or directory
i know this problem is created because of the version of ios it needs ios 4.0 or later, but is there any alternative to resolve this problem from the current version of ios.
精彩评论