我试着在我的苹果电脑上玩简单的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发布于 2009-03-28 23:21:43
实际上你有DivX,但是它缺少一个符号,你需要删除/Library/QuickTime/DivX Decoder.component
发布于 2009-03-03 16:03:04
看起来你没有在你的另一个DivX上安装Mac捆绑包(DivX Decoder.component)。
我检查了一下我的mac,我也没有,所以它是你自己安装的东西。
发布于 2009-03-03 16:03:52
看起来DivX编解码器并没有安装在另一台苹果电脑上。Install DivX,你应该已经准备好了。
https://stackoverflow.com/questions/606968
复制相似问题