discover Xcode and Swift toolchain instead of hardcoding Xcode.app #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Finding:
Build portability is narrow.
Problem:
build.zighardcodes/Applications/Xcode.app/Contents/Developer.Impact:
Suggested fix:
xcrunand/orxcode-select -p.swiftc, SDK path, and framework paths from the selected developer directory.Relevant code:
build.zig: hardcoded Xcode path and Swift library list.README.md: requirements mention Command Line Tools.