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
Build command: ./build_viewer.sh metal tess run
... Linking rive_viewer Undefined symbols for architecture arm64: "HBFont::gFallbackProc", referenced from: TextContent::TextContent() in text_content.o "HBFont::Decode(rive::Span)", referenced from: ViewerContent::DecodeFont(rive::Span) in viewer_content.o "HBFont::hasGlyph(rive::Span)", referenced from: pickFallbackFont(rive::Span) in text_content.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [macosx/bin/debug/tess/metal/rive_viewer] Error 1 make: *** [rive_viewer] Error 2
The text was updated successfully, but these errors were encountered:
Could you try the latest master with a clean build?
./build_viewer.sh metal tess run clean
Sorry, something went wrong.
No branches or pull requests
Build command: ./build_viewer.sh metal tess run
...
Linking rive_viewer
Undefined symbols for architecture arm64:
"HBFont::gFallbackProc", referenced from:
TextContent::TextContent() in text_content.o
"HBFont::Decode(rive::Span)", referenced from:
ViewerContent::DecodeFont(rive::Span) in viewer_content.o
"HBFont::hasGlyph(rive::Span)", referenced from:
pickFallbackFont(rive::Span) in text_content.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [macosx/bin/debug/tess/metal/rive_viewer] Error 1
make: *** [rive_viewer] Error 2
The text was updated successfully, but these errors were encountered: