iOS Swift无法识别运行时的错误

时间:2017-01-18 11:01:40

标签: swift xcode ios10

我在设备上运行应用时遇到了Xcode中最奇怪的错误

它向我显示了这个错误: -

enter image description here

错误是:

thread 1 exc_breakpoint (code=1, subcode = 0x1003a91fc)

可以告诉我如何识别错误以及错误是什么?

更新:为什么会导致错误?error

2 个答案:

答案 0 :(得分:0)

只需点击ViewController.numberOfItems(...即可查看发生实际错误的代码行。

enter image description here

答案 1 :(得分:0)

当您检查sourceSegment时,nil可能是selectedSegmentIndex

要检查是否是这种情况,请尝试将其声明为

@IBOutlet weak var sourceSegment: UISegmentedControl?

代替。

我的猜测是,在视图加载之前,您正在刷新iCarousel