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. link error in QCoreTextFontDatabase::populateFontDatabase (iOS)
QtWS25 Last Chance

link error in QCoreTextFontDatabase::populateFontDatabase (iOS)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 354 Views
  • 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.
  • F Offline
    F Offline
    Francky033
    wrote on last edited by aha_1980
    #1

    I'm trying to compile a program on an old 2012 iPad mini Tablet running under iOS 9.3.5

    To do this, I installed Qt 5.9.7 and Xcode 9.3

    I get this error message at the linkage level

    What can I do to correct this?

    Undefined symbols for architecture armv7:
     "_CTFontManagerCopyAvailableFontFamilyNames", referenced from:
         QCoreTextFontDatabase::populateFontDatabase() in libQt5FontDatabaseSupport.a(qcoretextfontdatabase.o)
         QCoreTextFontDatabase::populateFontDatabase() in libQt5FontDatabaseSupport.a(qcoretextfontdatabase.o)
    ld: symbol(s) not found for architecture armv7
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    

    Thanks,

    Francky033

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Without recompiling Qt I see two options:

      • Update your iPad to iOS 10
      • Find an older version of Qt which doesn't use CTFontManagerCopyAvailableFontFamilyNames.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Francky033
        wrote on last edited by
        #3

        Unfortunately, it is not possible to update the version of the ipad, it is too old.
        Thanks for the advice. I'll give it a try.

        Francky033

        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