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
Following the hint of the problem lying with nnls.c, I added --ignore-algos=NNLSChroma which seems to solve the problem, and indeed the otool command output no longer includes MACOS.
These are the steps I'm following;
However, after adding
libessentia.a
, the build fails with;Error parsing 'libessentia.a[281](nnls.c.1.o)': building for 'iOS', but linking in object file built for 'macOS'
if I run
otool -lv libessentia.a | grep -A5 LC_BUILD
I get:Following the hint of the problem lying with
nnls.c
, I added--ignore-algos=NNLSChroma
which seems to solve the problem, and indeed theotool
command output no longer includes MACOS.n.b. I got the
otool
command from this forum post, which might be relevant, https://developer.apple.com/forums/thread/662611I'm building on MacOS Ventura 13.4, with Xcode 15.0 beta 2.
The text was updated successfully, but these errors were encountered: