Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QuickTime Plugin.webplugin/QuickTime Plugin" (file not found). in iPhone

Tags:

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.

like image 245
neha Avatar asked Sep 16 '10 07:09

neha


1 Answers

Look out for your bse sdk versions of ios device and version on which you running code in simlutor..as Fulvio mentioned it must be mismatch of sdk versions where your device may not have particuler framework

like image 110
Allamaprabhu Avatar answered Sep 19 '22 21:09

Allamaprabhu