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
Add PrivateFrameworks as additional Swift Testing framework path (#1396)
This is essentially the same change made in:
swiftlang/swift-package-manager#8199
VS Code would be able to leverage it for regular runs with `swift test`
but because when debugging we launch the xctest executable directly to
run tests, we must include the same framework search paths as SPM.
0 commit comments