tcely/cliutils

Problem with BluetoothConnector

Closed this issue · 2 comments

Failed to Run with:
BluetoothConnector
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: BluetoothConnector
Reason: image not found
Abort trap: 6

try to static link it for current xcode libs - failed too:
./BluetoothConnector
dyld: lazy symbol binding failed: Symbol not found: __T0s11CommandLineO9argumentsSaySSGvau
Referenced from: BluetoothConnector
Expected in: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib

dyld: Symbol not found: __T0s11CommandLineO9argumentsSaySSGvau
Referenced from: BluetoothConnector
Expected in: /System/Library/PrivateFrameworks/Swift/libswiftCore.dylib

Abort trap: 6

tcely commented

Try compiling your own binary from: https://github.com/lapfelix/BluetoothConnector

now it's OK!