Swift 4 generate @objc inference warning
hcstudt opened this issue · 2 comments
hcstudt commented
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.
devxoul commented
Coeur commented
The master branch doesn't suffer from that issue anymore at this time, so I'm closing that issue.