gpt4 book ai didi

ios - 致命异常 : NSRangeException

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

我无法 repo 这个问题。我明白 NSRangeException 代表什么,但我不明白为什么它会在创建 nib 文件时出现。这是我从 Crashlytics 收到的崩溃报告:

Fatal Exception: NSRangeException
0 CoreFoundation 0x1912fefd8 __exceptionPreprocess
1 libobjc.A.dylib 0x18fd60538 objc_exception_throw
2 CoreFoundation 0x1912efcf4 -[__NSArrayM removeObjectsInRange:]
3 UIKit 0x197936dd4 +[NSBundle(UINSBundleLocalizableStringAdditions) popNibPath]
4 UIKit 0x197934d44 -[UINib instantiateWithOwner:options:]
5 ProjectName 0x10019e114 static ClassFoo.instanceFromNib() -> ClassFoo (ClassFoo.swift:155)

这是我的电话:

return UINib(nibName: "ClassFoo", bundle: nil).instantiate(withOwner: nil, options: nil)[0] as! ClassFoo

UINib 的计数怎么可能不大于 0?

谢谢

最佳答案

我认为这个错误可能是由您代码中的 [0] 引起的。谢谢。

关于ios - 致命异常 : NSRangeException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43986637/

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