1
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.

user1120133
  • 3,244
  • 3
  • 48
  • 90

1 Answers1

1

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.

Malek_Jundi
  • 6,140
  • 2
  • 27
  • 36
  • You are very right. Thanks for your quick and right answer and saved me from wasting so many days on this little bug. Thanks again. – user1120133 Apr 04 '12 at 18:03