Closed JohannesBauer97 closed 11 months ago
I use SwiftFortuneWheel in a SwiftUI App and added tvOS as a supported destination. When building the App, it raises the following build error:
It can be fixed by changing this line: https://github.com/sh-khashimov/SwiftFortuneWheel/blob/33c987410d191945a7c8e4be35fe96ac5612cf7a/Sources/SwiftFortuneWheel/Extensions/UIImage%2BTintColor.swift#L24 and replacing tvOSApplicationExtension with just tvOS.
tvOSApplicationExtension
tvOS
I'll create a PR and link the issue.
I use SwiftFortuneWheel in a SwiftUI App and added tvOS as a supported destination. When building the App, it raises the following build error:
It can be fixed by changing this line: https://github.com/sh-khashimov/SwiftFortuneWheel/blob/33c987410d191945a7c8e4be35fe96ac5612cf7a/Sources/SwiftFortuneWheel/Extensions/UIImage%2BTintColor.swift#L24 and replacing
tvOSApplicationExtension
with justtvOS
.I'll create a PR and link the issue.