blucat icon indicating copy to clipboard operation
blucat copied to clipboard

[macOS High Sierra] dyld: Symbol not found

Open NoahCardoza opened this issue 5 years ago • 0 comments

I was just poking around blucat and encountered:

➜  blucat-aa3e02 :: sudo ./blucat devices
#Searching for devices
dyld: lazy symbol binding failed: Symbol not found: _IOBluetoothLocalDeviceReadSupportedFeatures
  Referenced from: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/bluecove_root_0/libbluecove.jnilib
  Expected in: /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

dyld: Symbol not found: _IOBluetoothLocalDeviceReadSupportedFeatures
  Referenced from: /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/bluecove_root_0/libbluecove.jnilib
  Expected in: /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

./blucat: line 43: 22267 Abort trap: 6           java -cp $COMMONLIBS:$LIBS blucat.Main $@ 2> >(grep --line-buffered -v NSAutoreleaseNoPool >&2)

Most of the fuctions reurn an error simlar to this.

Java:

➜  blucat-aa3e02 :: java -version
java version "10.0.2" 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

Any idea what might be wrong?

I know this is a pretty old project but if there is a simple fix I'd love to get blucat running as I am trying to resolve some bluetooth issues at home.

Thanks!

NoahCardoza avatar Sep 12 '18 23:09 NoahCardoza