Cross compiling to macOS is broken on non macOS hosts #744
Labels
accepting contributions
Issues that are suitable to be worked on by anybody, not just maintainers
bug
Defects, unintended behaviour, etc
compiler
Changes related to the compiler
documentation
Documentation related changes
Milestone
Please describe the bug
Starting with 0.16.0, macOS builds link against the "Security" and "CoreFoundation" frameworks. When cross compiling from a non macOS host to macOS, these frameworks aren't available due to the macOS SDK not being readily available. Using Zig as the linker won't work either, because it doesn't provide a full SDK that's needed for this.
Since we can't ship the SDK (even if we could, it's massive), we need to document how to handle this.
Related:
Operating system
Fedora
Inko version
0.16.0
The text was updated successfully, but these errors were encountered: