gpt4 book ai didi

ios - 我正面临这个错误 "exc_bad_instruction (code=exc_i386_invop subcode=0x0)"

转载 作者:行者123 更新时间:2023-11-28 23:50:12 27 4
gpt4 key购买 nike

我正在运行以下代码并在 swift 中收到错误。

func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
let cell = Collection_View.dequeueReusableCell(withReuseIdentifier: "list", for: indexPath) as! List_CollectionViewCell
cell.list_name.text = items[indexPath.row]
**cell.created_date.text = c_date[indexPath.row]**
return cell
}

为什么 xcode 在这一行生成此错误?

最佳答案

强制展开失败时会出现此错误。确保 Storyboard中原型(prototype)的类在 Identity Inspector 中设置为 List_CollectionViewCell:

class

并且其标识符在属性检查器中为“list”:

identifier

关于ios - 我正面临这个错误 "exc_bad_instruction (code=exc_i386_invop subcode=0x0)",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52096565/

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