devxoul/Toaster

Swift 4 generate @objc inference warning

hcstudt opened this issue · 2 comments

It seems that the use of Swift 3 @objc inference in Swift 4 mode is deprecated.
I get the warning message I recieve:
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 "Toaster" target.

It is Default at this time.

screen shot 2018-01-03 at 3 58 15 am

How did you get that warning message?

Coeur commented

The master branch doesn't suffer from that issue anymore at this time, so I'm closing that issue.