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

error: terminated(72): xcrun --sdk macosx --find xctest output: #28

Closed
mrtnkl opened this issue Nov 9, 2018 · 3 comments
Closed

error: terminated(72): xcrun --sdk macosx --find xctest output: #28

mrtnkl opened this issue Nov 9, 2018 · 3 comments

Comments

@mrtnkl
Copy link

mrtnkl commented Nov 9, 2018

Got this build error. Turns out it was due to using Xcode Beta. Found the solution here, which was setting the beta to be default:

PerfectlySoft/Perfect#262 (comment)

sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer

Posting it here in case someone else has this issue.

@dnvriend
Copy link

dnvriend commented Dec 4, 2018

Thanks, although I had to change it to:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

@sjchoice
Copy link

sjchoice commented Jan 6, 2019

Thank you. I'd like to also add in case someone else has this issue, that I could not get "export TOOLCHAINS=swift" to change to the latest Swift 5.0 development toolchain until I did this first, so thank you very much.

@elizabethsiegle
Copy link

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants