Xcode 8 Warning “Instance method nearly matches optional requirement”

后端 未结 10 1522
情深已故
情深已故 2020-12-03 05:01

I converted my (macOS) project to Swift 3 in Xcode 8 and I get the following warnings with several delegate methods I implement in swift classes:

Instance me         


        
10条回答
  •  春和景丽
    2020-12-03 05:11

    This had me going around in circles. It was because I created my own Notification class. Once I changed this class name (don't refactor as it will change the objc Notification paramaters), all errors disappeared

提交回复
热议问题