iOS - Xcode 线程 1 EXC_BAD_INSTRUCTION

Posted

技术标签:

【中文标题】iOS - Xcode 线程 1 EXC_BAD_INSTRUCTION【英文标题】:iOS - Xcode Thread 1 EXC_BAD_INSTRUCTION 【发布时间】:2015-04-20 18:23:39 【问题描述】:

当我运行我的应用程序并尝试按下按钮 DONE 时,我看到了:

Thread 1 EXC_BAD_INSTRUCTION.

代码如下:

import UIKit

class DeveloperViewController: UITableViewController 

@IBAction func cancelToPlayersViewController(segue:UIStoryboardSegue)


@IBAction func saveDeveloperDetail(segue:UIStoryboardSegue)

    if let developerDetailsViewController = segue.sourceViewController as? DeveloperDetailsViewController

    developers.append(developerDetailsViewController.developer) //Here Thread 1

    let indexPath = NSIndexPath(forRow: developers.count-1, inSection: 0)
    tableView.insertRowsAtIndexPaths([indexPath], withRowAnimation: .Automatic)

    


var developers: [Developers] = developersData

// MARK: - Table view data source

override func numberOfSectionsInTableView(tableView: UITableView) -> Int 
    // #warning Potentially incomplete method implementation.
    // Return the number of sections.
    return 1


override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int 

    return developers.count

override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath)
    -> UITableViewCell 

        let cell = tableView.dequeueReusableCellWithIdentifier("DeveloperCell", forIndexPath: indexPath)
            as! UITableViewCell

        let developer = developers [indexPath.row] as Developers
        cell.textLabel?.text = developer.name
        cell.detailTextLabel?.text = developer.type
        return cell

如何解决我的问题? 在另一个程序中一切正常。

【问题讨论】:

完成按钮连接到什么?它与您显示的代码有什么关系? 错误日志说明了什么? 当你按下完成后,你会回到表格视图 致命错误:在展开可选值时意外发现 nil 【参考方案1】:

我发现了我的错误! 但是如果 DDPWNAGE 不询问错误日志说什么,就没有找到它。 我忘记了 1 个 ID。 现在一切正常

【讨论】:

以上是关于iOS - Xcode 线程 1 EXC_BAD_INSTRUCTION的主要内容,如果未能解决你的问题,请参考以下文章

如何删除此 EXC_BAD 访问错误?

线程 1:信号 SIGABRT IOS Xcode 5

iOS - Xcode 线程 1 EXC_BAD_INSTRUCTION

核心位置作为 ObservableObject 的 SwiftUI 崩溃

Xcode 9.3.1 - iOS Swift 4.1 UITextView.becomeFirstResponder 线程 1:EXC_BAD_ACCESS(代码=1,地址=0x4d555458)

Xcode 5.1 - iOS 7.1 错误