gpt4 book ai didi

ios - Swift - 在for循环上展开选项值时为零

转载 作者:搜寻专家 更新时间:2023-10-31 22:20:09 25 4
gpt4 key购买 nike

<分区>

我正在使用以下代码删除我游戏中所有死掉的射弹对象,它工作得很好但是在随机时间它会崩溃并突出显示带有此 fatal error 的指示行:

fatal error: unexpectedly found nil while unwrapping an Optional value(lldb)

这是我正在使用的代码,错误在第 4 行

projs.removeAtIndex(...)

if (Projectile.deadProjs.isEmpty == false && Projectile.projs.isEmpty==false) {
for i in 0...Projectile.deadProjs.count - 1 {
Projectile.projs.removeAtIndex(Projectile.projs.indexOf(Projectile.deadProjs[i])!);
}
Projectile.deadProjs.removeAll();
}

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