我收到这个警告:
*** NSForwarding: warning: object 0x3560018 of class '_TtCSs23_ContiguousArrayStorage0000000017DB45E4' does not implement methodSignatureForSelector: -- trouble ahead
随后出现错误
[SwiftObject doesNotRecognizeSelector:]
在以下代码的第 2 行:
let vcs = [feedTab, channelsTab, signinTab, historyTab, moreTab]
tabBarController.setViewControllers(vcs, animated: true)
其中每个选项卡都是 UINavigationController 的一个实例。这只发生在我的设备上,而不是模拟器上。有任何想法吗?