Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make executable requires xcode for macos #73

Open
margarita-v opened this issue Nov 2, 2021 · 0 comments
Open

make executable requires xcode for macos #73

margarita-v opened this issue Nov 2, 2021 · 0 comments
Labels
1 enhancement New feature or request

Comments

@margarita-v
Copy link
Contributor

macOs Big Sur, M1
If XCode is not installed, command make executable will return error:

swift build --configuration release
error: terminated(72): /usr/bin/xcrun --sdk macosx --find xctest output:
    xcrun: error: unable to find utility "xctest", not a developer tool or in PATH
    
make: *** [release_build] Error 1

And the fix requires XCode installation.
It would be nice if XCode installation would not be required for a simple command launch. It will make the whole SurfGen usage much more simple for those who don't use XCode at all, and the installation of such large IDE could be avoided.
xctest dependency could be a possible reason which requires macOS users to install XCode.

@margarita-v margarita-v added the enhancement New feature or request label Nov 2, 2021
@dmitryd20 dmitryd20 added the 1 label Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants