cmake generate IOS project : Undefined symbols for architecture arm64

cmake generate IOS project : Undefined symbols for architecture arm64

cmake generate IOS project : Undefined symbols for architecture arm64

cmake generate IOS project : Undefined symbols for architecture arm64_第1张图片

Undefined symbols for architecture arm64:
“_pcre2_match_16”, referenced from:
safe_pcre2_match_16(pcre2_real_code_16 const*, unsigned short const*, int, int, int, pcre2_real_match_data_16*, pcre2_real_match_context_16*) in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_match_context_create_16”, referenced from:
QRegularExpressionPrivate::doMatch(QString const&, int, int, int, QRegularExpression::MatchType, QFlagsQRegularExpression::MatchOption, QRegularExpressionPrivate::CheckSubjectStringOption, QRegularExpressionMatchPrivate const*) const in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_jit_stack_assign_16”, referenced from:
QRegularExpressionPrivate::doMatch(QString const&, int, int, int, QRegularExpression::MatchType, QFlagsQRegularExpression::MatchOption, QRegularExpressionPrivate::CheckSubjectStringOption, QRegularExpressionMatchPrivate const*) const in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_jit_stack_create_16”, referenced from:
QPcreJitStackPointer::QPcreJitStackPointer() in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_match_data_create_from_pattern_16”, referenced from:
QRegularExpressionPrivate::doMatch(QString const&, int, int, int, QRegularExpression::MatchType, QFlagsQRegularExpression::MatchOption, QRegularExpressionPrivate::CheckSubjectStringOption, QRegularExpressionMatchPrivate const*) const in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_jit_stack_free_16”, referenced from:
QPcreJitStackPointer::~QPcreJitStackPointer() in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_get_ovector_pointer_16”, referenced from:
QRegularExpressionPrivate::doMatch(QString const&, int, int, int, QRegularExpression::MatchType, QFlagsQRegularExpression::MatchOption, QRegularExpressionPrivate::CheckSubjectStringOption, QRegularExpressionMatchPrivate const*) const in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_match_data_free_16”, referenced from:
QRegularExpressionPrivate::doMatch(QString const&, int, int, int, QRegularExpression::MatchType, QFlagsQRegularExpression::MatchOption, QRegularExpressionPrivate::CheckSubjectStringOption, QRegularExpressionMatchPrivate const*) const in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_jit_compile_16”, referenced from:
QRegularExpressionPrivate::optimizePattern(QRegularExpressionPrivate::OptimizePatternOption) in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_config_16”, referenced from:
QRegularExpressionPrivate::getPatternInfo() in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_pattern_info_16”, referenced from:
QRegularExpressionPrivate::getPatternInfo() in libQt5Core_debug.a(qregularexpression.o)
QRegularExpressionPrivate::doMatch(QString const&, int, int, int, QRegularExpression::MatchType, QFlagsQRegularExpression::MatchOption, QRegularExpressionPrivate::CheckSubjectStringOption, QRegularExpressionMatchPrivate const*) const in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_code_free_16”, referenced from:
QRegularExpressionPrivate::cleanCompiledPattern() in libQt5Core_debug.a(qregularexpression.o)
“_kUTTagClassFilenameExtension”, referenced from:
isPackage(QFileSystemMetaData const&, QFileSystemEntry const&) in libQt5Core_debug.a(qfilesystemengine_unix.o)
“_UTTypeConformsTo”, referenced from:
isPackage(QFileSystemMetaData const&, QFileSystemEntry const&) in libQt5Core_debug.a(qfilesystemengine_unix.o)
“_pcre2_match_context_free_16”, referenced from:
QRegularExpressionPrivate::doMatch(QString const&, int, int, int, QRegularExpression::MatchType, QFlagsQRegularExpression::MatchOption, QRegularExpressionPrivate::CheckSubjectStringOption, QRegularExpressionMatchPrivate const*) const in libQt5Core_debug.a(qregularexpression.o)
“_pcre2_compile_16”, referenced from:
QRegularExpressionPrivate::compilePattern() in libQt5Core_debug.a(qregularexpression.o)
“_kUTTypeBundle”, referenced from:
isPackage(QFileSystemMetaData const&, QFileSystemEntry const&) in libQt5Core_debug.a(qfilesystemengine_unix.o)
“_UTTypeCreatePreferredIdentifierForTag”, referenced from:
isPackage(QFileSystemMetaData const&, QFileSystemEntry const&) in libQt5Core_debug.a(qfilesystemengine_unix.o)
“_uncompress”, referenced from:
qUncompress(unsigned char const*, int) in libQt5Core_debug.a(qbytearray.o)
(maybe you meant: _z_uncompress)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

你可能感兴趣的:(前端编程)