Closed tillkruss closed 4 months ago
Hi @tillkruss,
the example application is building successfully with iOS 17.X with this action run.
If you are using the code snippet included in your issue description outside the example application of the WhatsNewKit you need to ensure that the following extension is included since this extension adds a foregroundColor
static function on an AttributeContainer
Closing due inactivity. Please feel free to re-open the issue at any time.
What happened?
This code: https://github.com/SvenTiigi/WhatsNewKit/blob/6157c77e8be9b3d2310bc680681b61a8d9e290ac/Example/Example/ExamplesView.swift#L162-L170
Does not build with iOS 17.x in a SwiftUI app:
Is there a way to highlight a word using the latest version?
What are the steps to reproduce?
Build with iOS 17.x
What is the expected behavior?
It to build.