2009-03-03 41 views
2

我嘗試在我的Mac上播放簡單的mp3文件iPhone模擬器。 我使用AVFoundation.framework和AVAudioPlayer。 在我的Mac上的一切之一是確定的,但在onother Mac上,當我建立應用程序(模擬器2.2)給我的錯誤:iphone QuickTime錯誤

錯誤是:

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 

回答

0

看起來你沒有的DivX解碼器包(DivX Decoder.component)安裝在其他Mac上。

我檢查我的Mac,我沒有它要麼,所以它的東西,你在你自己安裝。

0

看起來DivX編解碼器沒有安裝在其他mac上。 Install DivX,你應該全部設置。

2

其實你有DivX的,但它缺少一個符號,你需要刪除 /庫/ QuickTime的/ DivX的Decoder.component

+0

是啊,我遇到了一個幾十倍。 DivX不同意在模擬器中使用QuickTime。 – 2009-03-28 23:28:35