input-mask-ios icon indicating copy to clipboard operation
input-mask-ios copied to clipboard

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

Open Adobels opened this issue 4 years ago • 1 comments

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

Adobels avatar Nov 25 '20 10:11 Adobels

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.

smamczak avatar Apr 28 '21 20:04 smamczak

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

Thank you!

taflanidi avatar Mar 31 '23 09:03 taflanidi