Skip to content

Commit fe72d7b

Browse files
authored
Docs: clarify Xcode 26 beta must be the active developer directory (#238)
And add instructions for setting it so Related: apple/containerization#66
1 parent 3349a90 commit fe72d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To build the `container` project, you need:
44

55
- Mac with Apple silicon
66
- macOS 15 minimum, macOS 26 beta recommended
7-
- Xcode 26 beta
7+
- Xcode 26 beta, set as the [active developer directory](https://developer.apple.com/library/archive/technotes/tn2339/_index.html#//apple_ref/doc/uid/DTS40014588-CH1-HOW_DO_I_SELECT_THE_DEFAULT_VERSION_OF_XCODE_TO_USE_FOR_MY_COMMAND_LINE_TOOLS_)
88

99
> [!IMPORTANT]
1010
> There is a bug in the `vmnet` framework on macOS 26 beta that causes network creation to fail if the `container` helper applications are located under your `Documents` or `Desktop` directories. If you use `make install`, you can simply run the `container` binary in `/usr/local`. If you prefer to use the binaries that `make all` creates in your project `bin` and `libexec` directories, locate your project elsewhere, such as `~/projects/container`, until this issue is resolved.

0 commit comments

Comments
 (0)