Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. macOS framework being ignored in restricted program because of @executable_path
Forum Updated to NodeBB v4.3 + New Features

macOS framework being ignored in restricted program because of @executable_path

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.6k 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.
  • F Offline
    F Offline
    Fugamante
    wrote on last edited by
    #1

    I am getting this stack trace on a project run on developing a Window App with Qt creator...

    15:55:27: Starting /usr/bin/python /Users/JohnnyBot/Test/main.py...
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/lib/QtQml.framework/Versions/5/QtQml being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/lib/QtNetwork.framework/Versions/5/QtNetwork being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/lib/QtCore.framework/Versions/5/QtCore being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/lib/QtWidgets.framework/Versions/5/QtWidgets being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/lib/QtGui.framework/Versions/5/QtGui being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/lib/QtCore.framework/Versions/5/QtCore being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/plugins/platforms/libqcocoa.dylib being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/plugins/platforms/../../lib/QtDBus.framework/Versions/5/QtDBus being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/plugins/platforms/../../lib/QtPrintSupport.framework/Versions/5/QtPrintSupport being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/lib/QtCore.framework/Versions/5/QtCore being ignored in restricted program because of @executable_path
    dyld: warning, LC_RPATH @executable_path/Frameworks in /usr/local/lib/python2.7/site-packages/PySide2/Qt/plugins/styles/libqmacstyle.dylib being ignored in restricted program because of @executable_path
    15:55:29: /usr/bin/python exited with code 0

    Could anybody help?

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

      Hi and welcome to devnet,

      I've created a new thread for your question as it was unrelated to the one you posted to.

      As for your question:

      What version of PySide2 are you using ?
      How did you install it ?
      What version of macOS are you running ?

      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

      • Login

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