RedMadRobot / input-mask-ios

User input masking library repo.
MIT License
578 stars 96 forks source link

Multiple Swift compiler Errors: * is only available in tvOS 10.0 or newer #88

Closed Adobels closed 1 year ago

Adobels commented 3 years ago

Swift compiler shows multiple * is only available in tvOS 10.0 or newer errors when building an app which depends on your framework version 6.0.0 integrated via SPM Xcode 12.2 beta 4 12B5044c

smamczak commented 3 years ago

Hi, try removing dependency from the project, clear derived data folder with repository checkout and add the library to your project. It worked for me. This is probably the SPM problem, because after downloading the github repo it compiles fine.

taflanidi commented 1 year ago

I've cleaned up the configs a bit, shouldn't be a problem anymore.

Thank you!