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. Symbol not found error
Qt 6.11 is out! See what's new in the release blog

Symbol not found error

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 835 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.
  • D Offline
    D Offline
    DRoscoe
    wrote on last edited by
    #1

    I am building an iOS app using QtQuick (5.4.1). I can build and run in the simulator, but when I try to install a release build, the final link step fails with the following error:

    Undefined symbols for architecture arm64:
      "std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::operator<<<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
          operator<<(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, aop_xml::DOMString const&) in libaop_xml.a(DOMString.o)
    ld: symbol(s) not found for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    

    This looks like a c++ library problem, but I don't know how to resolve it. The xCode project file is being generated using qmake with the following command line:

    /Users/droscoe/Qt/5.4/ios/bin/qmake -spec macx-xcode -recursive
    

    I would appreciate any help

    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