2

Macで単純なmp3ファイルのiPhoneシミュレーターを再生しようとしています。AVFoundation.framework と AVAudioPlayer を使用しています。私のMacの1つではすべて問題ありませんが、別のMacでは、アプリをビルドすると(シミュレーター2.2)エラーが発生します:

エラーは次のとおりです。

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
4

3 に答える 3

2

実際には DivX がありますが、シンボルがありません。/Library/QuickTime/DivX Decoder.component を削除する必要があります。

于 2009-03-28T23:21:42.913 に答える
0

他の Mac には DivX コーデックがインストールされていないようです。 DivXをインストールすれば、準備は完了です。

于 2009-03-03T16:03:52.160 に答える
0

他の Mac に DivX Decoder バンドル (DivX Decoder.component) がインストールされていないようです。

私は自分のMacをチェックしましたが、私も持っていないので、自分でインストールしたものです。

于 2009-03-03T16:03:03.503 に答える