gpt4 book ai didi

ios - UIViewController 抛出 'unrecognized selector' 错误

转载 作者:行者123 更新时间:2023-11-28 13:36:28 25 4
gpt4 key购买 nike

我创建了一个仅包含一个 UITableViewXIB。我更改了项目的参数以在启动时加载此 View 。但是我得到了这个 "unrecognized selector sent to instance" 错误我不知道它是什么。如何解决此问题并让我的应用显示我的 View ?

我在网上搜索过,它似乎来自 Objective-C 库?

编辑

我做了一些测试,当我在 ViewController 中将我的 TableView 与我的 IBOutlet 链接时,它看起来像崩溃了。我对 TableView 类型做错了吗?

View Controller :

class Liste: UIViewController {
@IBOutlet weak var maListe: UITableView!

override func viewDidLoad() {
super.viewDidLoad()
}
}

错误堆栈:

2019-06-12 14:06:11.083905+0200 GuildWar[5905:8796162] -[GuildWar.Liste _finishDecodingLayoutGuideConnections:]: unrecognized selector sent to instance 0x104f0ef40 2019-06-12 14:06:17.511280+0200 GuildWar[5905:8796162] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[GuildWar.Liste _finishDecodingLayoutGuideConnections:]: unrecognized selector sent to instance 0x104f0ef40' * First throw call stack: (0x21230f518 0x2114ea9f8 0x21222c278 0x23e4c2ef8 0x212314d60 0x2123169fc 0x23e874110 0x21c955f28 0x21c8f5304 0x212cdba4c 0x21c955f28 0x21c95616c 0x21c8f5304 0x23e151dcc 0x23e152958 0x23e4971e4 0x23e4977c0 0x23e495e24 0x23dd5a104 0x23dd6269c 0x23dd59d88 0x23dd5a678 0x23dd589c4 0x23dd5868c 0x23dd5d1cc 0x23dd5dfb0 0x23dd5d084 0x23dd61d84 0x23e494518 0x23e090f0c 0x214c89d44 0x214c93754 0x214c92f5c 0x104cbcc74 0x104cc0840 0x214cc40bc 0x214cc3d58 0x214cc4310 0x2122a12bc 0x2122a123c 0x2122a0b24 0x21229ba60 0x21229b354 0x21449b79c 0x23e497b68 0x1045ea10c 0x211d618e0) libc++abi.dylib: terminating with uncaught exception of type NSException

最佳答案

看起来,您可能已经创建了 IBOutlet 或 IBAction,但稍后在代码中将其删除。重新访问 Storyboard连接检查器中的连接,并检查是否有任何警告符号,如所附屏幕截图,然后您需要删除该连接。

或者,如果您可以分享您的代码,我可以查看。

关于ios - UIViewController 抛出 'unrecognized selector' 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56562092/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com