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
Fix executable tests by passing in the SDK path explicitly.
As-is, these tests are sensitive to the environment and are currently failing with:
```
ld: library not found for -lobjc
```
Passing in the sdk path explicitly should make them pass and be more resilient.
Resolves rdar://79934188
0 commit comments