danielsaidi / RichTextKit

RichTextKit is a Swift SDK that helps you use rich text in Swift and SwiftUI.
MIT License
950 stars 126 forks source link

Make build runner work with Xcode 15 #112

Closed danielsaidi closed 8 months ago

danielsaidi commented 10 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.

I've tried explicitly setting the Xcode version, using various marketplace variants, etc. but it still fails.

DominikBucher12 commented 10 months ago

This is partially resolved but we do not build macOS because runner doesnt supper macOS 14 SDK and image yet...

danielsaidi commented 8 months ago

This works now.