You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Any idea what I'm doing wrong?
The text was updated successfully, but these errors were encountered: