Build for iOS has tons of warnings "(x86_64) could not find object file symbol for symbol". Why?
Unsolved
Mobile and Embedded
-
Hello all!
When trying to add plain C library (SQLite 3.48.7) with amalgamation (just only 2 files sqlite3.c and sqlite3.h) Have 38957 warnings like this:
warning: (x86_64) could not find object file symbol for symbol __ZN6fxcmap15kUniKS_UCS2_H_1E warning: (x86_64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/x86_64/obj/third_party/pdfium/core/fpdfapi/cmaps/cmaps/UniKS-UCS2-V_1.o unable to open object file: No such file or directory warning: (x86_64) could not find object file symbol for symbol __ZN6fxcmap15kUniKS_UCS2_V_1E warning: (x86_64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/x86_64/obj/third_party/pdfium/core/fpdfapi/cmaps/cmaps/UniKS-UTF16-H_0.o unable to open object file: No such file or directory warning: (x86_64) could not find object file symbol for symbol __ZN6fxcmap16kUniKS_UTF16_H_0E warning: (x86_64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/x86_64/obj/third_party/pdfium/core/fpdfapi/cmaps/cmaps/cmaps_korea1.o unable to open object file: No such file or directory warning: (x86_64) could not find object file symbol for symbol __ZN6fxcmap18kKorea1_cmaps_sizeE warning: (x86_64) could not find object file symbol for symbol __ZN6fxcmap13kKorea1_cmapsE warning: (x86_64) /Users/qt/work/qt/qtwebengine/build/target/src/pdf/Debug/x86_64/obj/third_party/pdfium/core/fpdftext/fpdftext/unicodenormalizationdata.o unable to open object file: No such file or directory warning: (x86_64) could not find object file symbol for symbol _kUnicodeDataNormalization warning: (x86_64) could not find object file symbol for symbol _kUnicodeDataNormalizationMap1
How to fix it?
But library itself is working fine and application started on device and simulator, but process of compilation taking 3 minutes (most of this time just writing warnings out) just for default Qt/QML application.