deviceplug / btleplug

Rust Cross-Platform Host-Side Bluetooth LE Access Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linker error since rustc version 1.65.0 for iOS target

Arwed-M opened this issue · comments

commented

Describe the bug
When compiling a project for the target aarch64-apple-ios or x86_64-apple-ios featuring this library with rustc version 1.65.0 or greater I get the following error:

error: linking with `cc` failed: exit status: 1
  |
  = note: "cc" "-Wl,

[... following an endless list of directories ...]

= note: ld: framework not found AppKit
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

Current work-around
Compiling with rustc version 1.64.0 works just fine.

Should be fixed with #302