You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[6.1] Include the path to the platform's PrivateFrameworks directory in DYLD_FRAMEWORK_PATH when launching test runners (#8204)
- **Explanation**: This modifies the logic which sets the value of the
`DYLD_FRAMEWORK_PATH` environment variable when launching test runners
on Darwin when Xcode is installed: currently it includes the path to the
platform's developer "Frameworks" directory, and this change adds the
sibling "PrivateFrameworks" directory as well.
- **Scope**: Affects tests run on Darwin only, when Xcode is installed.
- **Issues**: n/a
- **Original PRs**:
#8199
- **Risk**: Low. Including this runtime framework search path should
have no effect when running tests for any supported version of Xcode.
- **Testing**: I validated this works as expected using a local build.
- **Reviewers**: @briancroom, @grynspan, @plemarquand, @jakepetroules
Resolves rdar://142522110
0 commit comments