Hello I am unable to run containerization on my mac #422
Closed
Omotolani98
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @Omotolani98 can you elaborate on your setup? Can you confirm that you've installed Xcode 26 beta or newer? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
❯ make all
Building containerization binaries...
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
/Volumes/CloudcrafterStore/proj/infra/containerization/Sources/Containerization/ContainerManager.swift:48:52: error: cannot find type 'vmnet_network_ref' in scope
46 | public struct VmnetNetwork: Network {
47 | private let allocator: Allocator
48 | nonisolated(unsafe) private let reference: vmnet_network_ref
| `- error: cannot find type 'vmnet_network_ref' in scope
49 |
50 | /// The IPv4 subnet of this network.
Beta Was this translation helpful? Give feedback.
All reactions