tags:

views:

91

answers:

0

Hi all,

I'm running youtube video by providing the youtube url to webview which opens the youtube video and runs it in MPMoviePlayerController on click automatically.

It works well on simulator but on device it gives me following warning:

warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.0.2/Symbols/System/Library/Internet Plug-Ins/QuickTime Plugin.webplugin/QuickTime Plugin" (file not found).

But video keeps running in the background as I am able to hear the sound.

How to deal with this error?

Thanx in advance.