symbol not found: _IOBluetoothLocalDeviceReadExtendedInquiryResponse
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=FJAmqmp6a3+9+VUW25bOqjxdjChm0Ib0C0RCmXFxXUk=; b=R0//f4KI1187B+EqN0Ycn3SBG7DQqEyRqWcrBdctlIGtjfgPQ5PuIB6yGNAryz2fUs PsM4Q5bTBY2GnhaOtmRcB82HDKkmU2CfqXK3lDA5m7zaBhriZxr6Nc1NFbRTcivl3Ei0 Q9xZikaLeumI7X3Nlg0wFGD90f/mXwOYCPgY4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=vunf0qh+Tt+YBHO2tJl7ofWtLpo3f/ruudBI5o+L6wH7u1VgH8joq1QSDsgsJ8GpJP 4SOHO1U9TXD4/zlLbFuOanRT5cLP/uPKyR4dfInh9ZUaW3e66f8AYWDYKdOsGwGVFuac 3oK4DPqc4jhXjosujlrDei+YgWeqsZHkGIOw4= Dear all, I can not run Bluetooth Explorer.app as I always see the following error: Dyld Error Message: Symbol not found: _IOBluetoothLocalDeviceReadExtendedInquiryResponse Referenced from: /Developer/Applications/Utilities/Bluetooth/Bluetooth Explorer.app/Contents/MacOS/Bluetooth Explorer Expected in: /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth After short investigation I found out that IOBluetooth framework really does not contain IOBluetoothLocalDeviceReadExtendedInquiryResponse symbol (just an nother one with "Write" instead of "Read" in its name). BUT if I checked IOBluetooth.framework included in Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/IOBluetooth.framework/ - it includes both variants. So... it looks like a small omission happened somewhere right? I have XCode is 3.1.2 Mac OS X 10.5.6. .. and one more observation - I'm 100% positive that just one day back the bluetooth explorer was running nice on my comp - no upgrade happened meanwhile. So my gues would be that running XCode caused the SDK version loaded and used in a place of the system one. Is that possible? Could I take control over this "accident" and force the system to use SDK version of IOBluetooth? I'm really not an expert in dyld and friends ;) Thanks a lot and looking forward for a fix! ;) Pavel _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Pavel Hlavnicka