详细内容如下:
加载/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn 时出错:dlopen(/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/ MacOS/AudioIPCPlugIn,262):找不到符号:___CFObjCIsCollectable 引用自:/System/Library/Frameworks/Security.framework/Versions/A/Security 预期在:/Applications/Xcode45-DP1.app/Contents/Developer/Platforms/iPhoneSimulator .platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 在/System/Library/Frameworks/Security.framework/Versions/A/Security
我的条件
我的 mac os 上有三个 xcode 版本。我有 xcode4.3.1、xcode4.5-DP1 和 xcode4.6。当我第一次运行我的应用程序时,一切正常,并且播放了音频文件。然后我更改了xcode版本并运行了我的应用程序,问题就出现了。
我的解决方案
我已经搜索了很多方法来试图找到问题的原因。比如这个链接和lldb命令中显示的方式,但是没有用。
我的结论
也许是我更改xcode版本时在模拟器上加载跳板的错误,但我不知道如何恢复到其他xcode版本。或者它可能不是模拟器。如果有人知道解决方案,将不胜感激。