user1120133
user1120133

Reputation: 3234

Unknown GDB Error

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: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security

I have no idea what this error means in log navigator it shows when i press the play button on my app to play the audiofile and display multiple UIViewControllers using NSTimer.

When i use exception breakpoint to debug the app it crashes with the same message when i hit the play button on my app.

Is this something related to leaking memory or something else.

What does it mean. Any ideas please help.

Upvotes: 1

Views: 215

Answers (1)

Malek_Jundi
Malek_Jundi

Reputation: 6160

This is a bug of the iOS 5 simulator .. its happened on the simulator when you try to play sounds , try it on the device and you will not have any problem.

Upvotes: 1

Related Questions