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
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.
The text was updated successfully, but these errors were encountered:
macOs Big Sur, M1
If XCode is not installed, command
make executable
will return error: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.The text was updated successfully, but these errors were encountered: