sberrevoets / SDCAlertView

The little alert that could
MIT License
1.86k stars 297 forks source link

Error in Xcode 10.1 #287

Closed karishmapujara closed 5 years ago

karishmapujara commented 5 years ago

screenshot 2019-01-28 at 8 26 00 pm

sberrevoets commented 5 years ago

Looks like the project you're using this with doesn't use Swift 4.2. You need to either upgrade the project or use an earlier version of this library.

karishmapujara commented 5 years ago

I solved by changing Swift Language Version from 4.0 to 4.2 for SDCAlertView target.

screenshot 2019-01-29 at 5 33 20 pm