Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 7.0.0-beta2
-
None
-
-
2829412e15 (qt-creator/qt-creator/7.0) 2829412e15 (qt-creator/qt-creator/master) 2829412e15 (qt-creator/tqtc-qt-creator/7.0) 2829412e15 (qt-creator/tqtc-qt-creator/master) 2829412e15 (qt-creator/qt-creator/qds-3.3)
Description
With the "disclaim" tool, that separates user app privacy permissions from Qt Creator's permissions, macOS removes the DYLD_.... variables from the inherited environment.
This is an issue for running e.g. Qbs apps, because Qbs doesn't set build-path RPATHs when building, so running fails.
Debugging works as expected (since that doesn't use disclaim, which is already done by lldb).