2

我尝试在我的 Mac 中播放简单的 mp3 文件 iPhone 模拟器。我使用 AVFoundation.framework 和 AVAudioPlayer。在我的一台 Mac 上一切正常,但在另一台 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 Decoder.component)。

我检查了我的mac,我也没有它,所以它是你自己安装的。

于 2009-03-03T16:03:03.503 回答
0

看起来 DivX 编解码器未安装在其他 Mac 上。 安装 DivX,您应该一切就绪。

于 2009-03-03T16:03:52.160 回答