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
Describe the bug
Running on self hosted mac runners we get the error:
xcrun: error: missing DEVELOPER_DIR path: /Applications/Xcode.app/Contents/Developer
This is due to the default for installing latest xcode to not create a symlink
Could be nice to get the DEVELOPER_DIR set to the output from xcode-select -p
Workflow configuration (please complete the following information):
Action version (uses): swift-actions/setup-swift@v1
Platform (runs-on): macos self hosted
Swift version (swift-version): 5.7
The text was updated successfully, but these errors were encountered:
Describe the bug
Running on self hosted mac runners we get the error:
xcrun: error: missing DEVELOPER_DIR path: /Applications/Xcode.app/Contents/Developer
This is due to the default for installing latest xcode to not create a symlink
Could be nice to get the DEVELOPER_DIR set to the output from
xcode-select -p
Workflow configuration (please complete the following information):
uses
): swift-actions/setup-swift@v1runs-on
): macos self hostedswift-version
): 5.7The text was updated successfully, but these errors were encountered: