evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.18k stars 366 forks source link

Xcode 12 'IPHONEOS_DEPLOYMENT_TARGET' warning #171

Closed gilrodar closed 3 years ago

gilrodar commented 3 years ago

Please consider submitting the following information (if relevant):

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.

evgenyneu commented 3 years ago

Hi @gilrodar, thanks for reporting the issue. Is it possible to isolate the issue in a small demo app and attach here so I can have a look?

gilrodar commented 3 years ago

I only added Cosmos with SwiftPackage and built the application with cmd + b. After that it shows this warning. But only with Xcode 12

evgenyneu commented 3 years ago

That's good to know, I'll check that once Xcode 12 gets out of Beta.

gilrodar commented 3 years ago

I think Xcode 12 is no longer a beta. You can download the version from the App Store.

Captura de Pantalla 2020-09-17 a la(s) 20 42 59
evgenyneu commented 3 years ago

I think Xcode 12 is no longer a beta. You can download the version from the App Store.

Oh, I did not know that, thanks. I'll have a look.

evgenyneu commented 3 years ago

Fixed in version 23.0. Let me know if it works for you.

gilrodar commented 3 years ago

Thanks, with Swift Package not update to version 23.0. :(

evgenyneu commented 3 years ago

Oh, is there an error?

gilrodar commented 3 years ago

There is no error, only the version 23 is not downloaded. I give in update and the version 21 is kept.

I already deleted and re-downloaded and it still brings version 21.0.0

evgenyneu commented 3 years ago

Computers suck! It worked for me though:

https://drive.google.com/file/d/112yn6rgGQRvIzbg-3vE_ucAV6m8a4Qk_/view?usp=sharing

4brunu commented 3 years ago

It's working for me.

gilrodar commented 3 years ago

Ready it works, I had to delete the swift package and download it again and it brought me the 23.00 version