sh-khashimov / SwiftFortuneWheel

The ultimate spinning wheel view that supports dynamic content and rich customization.
MIT License
351 stars 82 forks source link

Build error for tvOS #35

Closed JohannesBauer97 closed 11 months ago

JohannesBauer97 commented 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:

Bildschirmfoto 2023-11-26 um 16 55 01

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.

I'll create a PR and link the issue.