Closed danielsaidi closed 8 months ago
The build runner in .github/workflows currently fails because it can't seem to locate Xcode 15, which makes things like #Preview fail.
.github/workflows
#Preview
I've tried explicitly setting the Xcode version, using various marketplace variants, etc. but it still fails.
This is partially resolved but we do not build macOS because runner doesnt supper macOS 14 SDK and image yet...
This works now.
The build runner in
.github/workflows
currently fails because it can't seem to locate Xcode 15, which makes things like#Preview
fail.I've tried explicitly setting the Xcode version, using various marketplace variants, etc. but it still fails.