RaffiKian / RKCalendar

SwiftUI Simple Calendar / Date Picker for iOS
MIT License
535 stars 71 forks source link

Unable to infer complex closure return type; add explicit type to disambiguate #3

Closed amuresia closed 5 years ago

amuresia commented 5 years ago

Hi @RaffiKian, thank you so much for sharing this project with us!

When trying to compile this project in Xcode beta 5, the following error pops up:

image

Would you be so kind to assist and suggest a fix? Thank you!

workingDog commented 5 years ago

yes great project. Have a look at my pull request (xcode beta 5 and multi-dates) to fix your issue.

amuresia commented 5 years ago

Thank you @workingDog! Great work. It works like a charm 👍