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
When compiling PWLottie for iOS, the following error message occurs. Could you please tell me how to resolve this:
ld: Undefined symbols: _pixman_composite_over_n_8888_asm_neon, referenced from: color_SourceOver(unsigned int*, int, unsigned int, unsigned int) in vdrawhelper_neon.o _pixman_composite_src_n_8888_asm_neon, referenced from: memfill32(unsigned int*, unsigned int, int) in vdrawhelper_neon.o clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When compiling PWLottie for iOS, the following error message occurs. Could you please tell me how to resolve this:
ld: Undefined symbols:
_pixman_composite_over_n_8888_asm_neon, referenced from:
color_SourceOver(unsigned int*, int, unsigned int, unsigned int) in vdrawhelper_neon.o
_pixman_composite_src_n_8888_asm_neon, referenced from:
memfill32(unsigned int*, unsigned int, int) in vdrawhelper_neon.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: