I’m getting strange error message in Console, but application functions properly. Has anyone else seen this error. What does it mean?
2011-11-21 09:52:39.306 MyApplicationName[9871:1f07] 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:
/Developer42/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security
(Repeat 8)
This seems only to be an issue in the simulator from my experiences, but and run on a device and you will see it won’t appear.
It’s as others have said its a security issue, but seems to be isolated to when the simulator tries to access files on the Mac. As it stands there doesn’t seem to be anything to worry about, or that apple has said anyway.
So for the time being ignore the errors, but keep them in mind for the future