Class CKBrowserSwitcherViewController overrides the -traitCollection getter… What this message means?

前端 未结 1 1337
悲哀的现实
悲哀的现实 2020-12-16 09:28

[TraitCollection] Class CKBrowserSwitcherViewController overrides the -traitCollection getter, which is not supported. If you\'re trying to override traits, you

相关标签:
1条回答
  • 2020-12-16 09:55

    You can ignore these messages as per iOS12 Beta 2 release notes:

    When running your app from Xcode, you might see console errors about UIKit classes that override the traitCollection getter. You can safely ignore these messages for system classes. If you see this error message for your own classes, it likely indicates a real issue for you to fix. (51651561)

    Apple Forum Discussion Link

    0 讨论(0)
提交回复
热议问题