views:

154

answers:

2

Hi,

if I call the movieplayer to play the following message appears on console:

warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2.2/Symbols/System/Library/VideoDecoders/VCH263.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2.2/Symbols/System/Library/VideoDecoders/H264H2.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2.2/Symbols/System/Library/VideoDecoders/MP4VH2.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2.2/Symbols/System/Library/VideoDecoders/JPEGH1.videodecoder" (file not found).

the iPad is with iOS 3.2.2 (7B500) and X-Code is 3.2.4

I think the problem occurs after I was updating X-Code.

Any ideas around...

thank you xnz

A: 

Got the same problem!

Olle
What I've figured out is:
xnz
What I've figured out is: that the directory 'VidoeDecoders' is'nt in the library of 3.2.2. But it is in 4.0 and the later ones. If I copy the directory to 3.2.2 I've got a: warning: UUID mismatch detected with the loaded library - on disk is: /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk/System/Library/VideoDecoders/VCH263.videodecoder
xnz
This is what I've got from apple: I suspect you may have a bad Xcode install, as I'm not experiencing any problems with similar code running on the iPad. Have you tried re-installing Xcode, perhaps to a different folder? (Note: we recommend you run the uninstall script before upgrading to a new Xcode version. See "Uninstalling Xcode Developer Tools" in the "About Xcode and iOS SDK" document).If this doesn't help, can you send us a simple test project that demonstrates the problem?
xnz