MPMoviePlayerController playing a movie problems with Simulator but works on device?
Hi,
When I am in the simulator and I try to load up a movie I get this in the console, then the app hangs:
2009-03-07 12:04:55.491 WineLibraryTV[73317:7e03] Error loading /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder: dlopen(/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder, 262): Symbol not found: _SCDynamicStoreCopyConsoleUser
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.2.1.sdk/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
Terminating in response to SpringBoard's termination.
However, when I run the exact same code on the Device it works perfectly with no warnings/errors/problems at all.
I am wondering if I have done something wrong or if this something that doesn't work on the simulator.
My main concern is getting passed Apple's review process..
Any ideas, comments, thoughts on this would be awesome.
Thanks
|