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
Hello All,
Can any one provide me libfontconfig.a file for ios..
Errors: Undefined symbols for architecture armv7: "_XML_SetCharacterDataHandler", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_GetBuffer", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ParserFree", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_SetDoctypeDeclHandler", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_GetErrorCode", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_SetUserData", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ErrorString", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ParserCreate", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_SetElementHandler", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_ParseBuffer", referenced from: _FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o) "_XML_GetCurrentLineNumber", referenced from: _FcConfigMessage in libfontconfig_universal.a(fcxml.o) ld: symbol(s) not found for architecture armv7 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
Hello All,
Can any one provide me libfontconfig.a file for ios..
Errors:
Undefined symbols for architecture armv7:
"_XML_SetCharacterDataHandler", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_GetBuffer", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_ParserFree", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_SetDoctypeDeclHandler", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_GetErrorCode", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_SetUserData", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_ErrorString", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_ParserCreate", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_SetElementHandler", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_ParseBuffer", referenced from:
_FcConfigParseAndLoad in libfontconfig_universal.a(fcxml.o)
"_XML_GetCurrentLineNumber", referenced from:
_FcConfigMessage in libfontconfig_universal.a(fcxml.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: