We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac@Ayushs-MacBook-Pro MacOS % ./dembones -a=a.abc -i=a.fbx -o=out.fbx -b=16 dyld: Library not loaded: /usr/local/opt/llvm/lib/libomp.dylib Referenced from: /Users/mac/Desktop/dem-bones-1.2.0/bin/MacOS/./dembones Reason: no suitable image found. Did find: /usr/local/opt/llvm/lib/libomp.dylib: mach-o, but wrong architecture /usr/local/opt/llvm/lib/libomp.dylib: mach-o, but wrong architecture zsh: abort ./dembones -a=a.abc -i=a.fbx -o=out.fbx -b=16
The text was updated successfully, but these errors were encountered:
Does someone has fix?
Sorry, something went wrong.
I think the reason is M1 is an ARM-based computer so all dependencies will need to be recompiled.
I don't have M1 to try, but you can look into the solution like this: https://stackoverflow.com/questions/65293299/how-to-build-llvm-clang-clang-for-apple-m1
No branches or pull requests
The issue is as :
mac@Ayushs-MacBook-Pro MacOS % ./dembones -a=a.abc -i=a.fbx -o=out.fbx -b=16
dyld: Library not loaded: /usr/local/opt/llvm/lib/libomp.dylib
Referenced from: /Users/mac/Desktop/dem-bones-1.2.0/bin/MacOS/./dembones
Reason: no suitable image found. Did find:
/usr/local/opt/llvm/lib/libomp.dylib: mach-o, but wrong architecture
/usr/local/opt/llvm/lib/libomp.dylib: mach-o, but wrong architecture
zsh: abort ./dembones -a=a.abc -i=a.fbx -o=out.fbx -b=16
The text was updated successfully, but these errors were encountered: