Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Build for iOS has tons of warnings "(x86_64) could not find object file symbol for symbol". Why?
Forum Updated to NodeBB v4.3 + New Features

Build for iOS has tons of warnings "(x86_64) could not find object file symbol for symbol". Why?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 117 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on last edited by bogong
    #1

    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.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved