Xcode 8 Warning “Instance method nearly matches optional requirement”

后端 未结 10 1545
情深已故
情深已故 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:10

    For xcode 8.1 >= and swift 3,

    add @nonobjc at the beginning of method to silence this warning.

提交回复
热议问题