Skip to content

Instantly share code, notes, and snippets.

@neilinglis
Created October 6, 2011 16:48
Show Gist options
  • Save neilinglis/1267913 to your computer and use it in GitHub Desktop.
Save neilinglis/1267913 to your computer and use it in GitHub Desktop.
Error When Playing Audio in Simulator (Works on Device)
Error loading /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): Symbol not found: ___CFObjCIsCollectable
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /DeveloperForiOS5/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security
Error loading /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): Symbol not found: ___CFObjCIsCollectable
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /DeveloperForiOS5/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security
@dongbaik
Copy link

dongbaik commented Oct 12, 2011 via email

@neilinglis
Copy link
Author

Ah weird, works on device for me.

In Xcode go to Debug Navigator and deselect All Exceptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment