gpt4 book ai didi

ios - "unrecognized selector"桥接头错误,即使它已添加到设置中

转载 作者:搜寻专家 更新时间:2023-11-01 07:06:48 26 4
gpt4 key购买 nike

我添加了 this project 的 .h 和 .m 文件并创建了一个桥接头。我确保在项目设置中正确输入了桥接头位置...

Header location in settings

...并导入所需的文件。

header file

我的 ViewController 中有一个 UIView,其类型设置为 IPDFCameraViewController。在 viewDidLoad() 中,我正在调用此类中的一个函数:

@IBOutlet weak var cameraViewController: IPDFCameraViewController!

override func viewDidLoad() {
super.viewDidLoad()

self.cameraViewController.setupCameraView()
self.cameraViewController.isBorderDetectionEnabled = true

}

我没有错误或警告,但是当它尝试执行 cameraViewController.setupCameraView() 时它崩溃并抛出以下内容:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setupCameraView]: unrecognized selector sent to instance 0x7ff1b0930620'

我可能错过了一些如此简单的东西,但这让我发疯了,我该怎么办?

最佳答案

您还没有在 Storyboard 中为您的 View 设置自定义类,所以您的 outlet 指的是 UIView 的实例,当然 UIView 没有有一个函数 setupCameraView

关于ios - "unrecognized selector"桥接头错误,即使它已添加到设置中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47489309/

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