shoheiyokoyama / SYBlinkAnimationKit

SYBlinkAnimationKit is a blink effect animation framework for iOS, written in Swift.
MIT License
125 stars 15 forks source link

Support on Swift 4 #12

Open sakatore opened 6 years ago

shoheiyokoyama commented 6 years ago

@Kyohei-Sakai Remove [WIP] if you finished work.

sakatore commented 6 years ago

Remove [WIP] if you finished work.

@shoheiyokoyama Sorry, I still haven't finished the work.

sakatore commented 6 years ago

@shoheiyokoyama

I changed the "Swift 3 @objc Inference" build setting to "Default" in reference to Migrate to Swift 4 @objc inference , but this warning has remained.

The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please address deprecated @objc inference warnings, test your code with “Use of deprecated Swift 3 @objc inference” logging enabled, and then disable inference by changing the "Swift 3 @objc Inference" build setting to "Default" for the "SYBlinkAnimationKit" target.

I couldn't solve the issue, so I think should tackle as other issue.

References: