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 error qt quick plugin for ios (has no symbols) [SOLVED]

Build error qt quick plugin for ios (has no symbols) [SOLVED]

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 754 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
    FloVanErg
    wrote on last edited by FloVanErg
    #1

    Hi,

    I tried to build a qt quick plugin for ios, but I got the following error message:

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: for architecture: armv7 file: libMyPlugin.a(QmlMyPluginExtensionPlugin.o) has no symbols.

    I uses Qt 5.5.0.

    Any ideas?

    Thanks in advance

    F 1 Reply Last reply
    0
    • F FloVanErg

      Hi,

      I tried to build a qt quick plugin for ios, but I got the following error message:

      /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: for architecture: armv7 file: libMyPlugin.a(QmlMyPluginExtensionPlugin.o) has no symbols.

      I uses Qt 5.5.0.

      Any ideas?

      Thanks in advance

      F Offline
      F Offline
      FloVanErg
      wrote on last edited by FloVanErg
      #2

      I've found a solution. I had to move the registerTypes-Method from my QQmlExtensionPlugin-class from the header into the source-file.

      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