Skip to content

Use xcode-select to find xcode installation #202

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

Merged
merged 1 commit into from
Jun 17, 2025
Merged

Use xcode-select to find xcode installation #202

merged 1 commit into from
Jun 17, 2025

Conversation

simolus3
Copy link
Contributor

At the moment, our SDK build process assumes that Apple toolchains exists at /Applications/Xcode.app/Contents/Developer/. That's not always the case though, and we shouldn't make that assumption. Instead, we can run xcode-select -p to obtain an installation to use. This changes the C compilation tasks (which have previously used a hardcoded path) to use the dynamic installation path instead.

@simolus3 simolus3 requested a review from stevensJourney June 17, 2025 08:53
@simolus3 simolus3 merged commit e6bde1b into main Jun 17, 2025
3 checks passed
@simolus3 simolus3 deleted the xcode-select branch June 17, 2025 09:12
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

Successfully merging this pull request may close these issues.

2 participants