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. XCode: error: no member named 'signbit' in the global namespace
Forum Updated to NodeBB v4.3 + New Features

XCode: error: no member named 'signbit' in the global namespace

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 1.0k 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
    Dmitriano
    wrote on last edited by
    #1

    I get the following compiler errors while trying to compile my QT app for iOS:

    In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/random:1637:
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace
    using ::signbit;
          ~~^
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'fpclassify' in the global namespace
    using ::fpclassify;
          ~~^
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'isfinite' in the global namespace
    using ::isfinite;
          ~~^
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isinf' in the global namespace
    using ::isinf;
          ~~^
    ...
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 errors generated.
    

    My development environment:

    Developer:
     
        Developer Tools:
     
          Version: 11.4.1 (11E503a)
          Location: /Applications/Xcode.app
          Applications:
              Xcode: 11.4.1 (16137)
              Instruments: 11.4.1 (64535.74)
          SDKs:
              iOS:
                  13,4: (17E8258)
              iOS Simulator:
                  13,4: (17E8258)
              macOS:
                  10.15.4: (19E258)
                  19,0: 
              tvOS:
                  13,4: (17L255)
              tvOS Simulator:
                  13,4: (17L255)
              watchOS:
                  6,2: (17T255)
              watchOS Simulator:
                  6,2: (17T255)
    

    and a clean installation of QT 5.14.2.

    What can cause this?

    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