aubio-rs icon indicating copy to clipboard operation
aubio-rs copied to clipboard

Build it for use inside swift project

Open stellanhaglund opened this issue 3 years ago • 1 comments

Hi I'm trying to run this as part of a swift project. I have added this aubio = {version = "0.2.1", features = ["builtin", "bindgen"]}

But I get errors like this

linking with `cc` failed: exit status: 1
library not found for -lSystem
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea what I'm doing wrong?

stellanhaglund avatar May 21 '22 10:05 stellanhaglund

I haven't any MacOS/iOS machines and I doesn't quite familiar with apple's platform libraries. Maybe some libraries paths is missing.

katyo avatar May 30 '22 13:05 katyo