gpt4 book ai didi

swift - JSQMessageViewController 打开时崩溃

转载 作者:行者123 更新时间:2023-11-30 12:48:56 24 4
gpt4 key购买 nike

我正在尝试使用 JSQMessage 框架实现聊天。但是当我运行它时,应用程序崩溃并且出现以下错误:

libc++abi.dylib: terminating with uncaught exception of type NSException

并打开代码

class AppDelegate: .......... <- Thread1: signal SIGABRT

我正在使用 xcode 8.2 和 JSQMessageViewController 版本。 7.3.4

这是我的代码:

import UIKit
import JSQMessagesViewController

class ChatViewController: JSQMessagesViewController {

override func viewDidLoad() {
super.viewDidLoad()

}


@IBAction func back(_ sender: Any) {
navigationController?.popViewController(animated: true)
}
}

如何解决这个问题。谢谢。

最佳答案

通常,通过查看示例来学习库或框架是最快的。您要查找的文件可以在 here 找到。另外,整个封装示例 Xcodeworkspace 将帮助您进行教学。

关于swift - JSQMessageViewController 打开时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41253278/

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