[MonoTouch] Any ideas what this is?
Sebastien Pouliot
sebastien at xamarin.com
Tue Dec 6 14:00:14 EST 2011
Hello Dean,
Are you by any chance running inside a virtual machine ?
This is the only time I've seen this reported. The same sample code,
again inside the simulator, did not show those errors outside a VM.
Sebastien
On Tue, Dec 6, 2011 at 1:42 PM, Dean Cleaver
<dean.cleaver at xceptionsoftware.com> wrote:
> Comes up when debugging in the simulator:
>
> 2011-12-06 12:17:14.217 Valet[4678:23023] 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: __dealloc
> Referenced from:
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> Expected in:
> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
> in
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 2011-12-06 12:17:14.218 Valet[4678:23023] 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: __dealloc
> Referenced from:
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> Expected in:
> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
> in
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 2011-12-06 12:17:14.220 Valet[4678:23023] Error loading
> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn:
> dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,
> 262): Symbol not found: __dealloc
> Referenced from:
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> Expected in:
> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
> in
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 2011-12-06 12:17:14.221 Valet[4678:23023] Error loading
> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn:
> dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,
> 262): Symbol not found: __dealloc
> Referenced from:
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> Expected in:
> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/usr/lib/libobjc.A.dylib
> in
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
More information about the MonoTouch
mailing list