gpt4 book ai didi

ios - 摆脱 SIGABRT 错误

转载 作者:行者123 更新时间:2023-11-29 10:51:41 26 4
gpt4 key购买 nike

我一直尝试启动我的应用程序,它一直“以 NSException 类型的未捕获异常终止”并将我从模拟器发送回此 xcode 屏幕:![在此处输入图片描述][1]

我看到问题出在第一个线程中,但我不知道它对应于我的代码或事件路径中的哪个位置。

这是包含错误的第一个线程的其他部分: enter image description here

调试器是这样说的:

2013-11-21 18:59:23.330 Bluetooth_RSSI_test[24377:a0b] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key set1m.'

这是我的代码,其中包括 set1m(请注意,aValue 是 NSNumber 类型的属性(非原子,强)并且已被合成):

in .h file
- (IBAction)set1m:(id)sender;

in .m file

- (IBAction)set1m:(id)sender
{
aValue = RSSIvalue;
self.RSSIat1m.text = [NSString stringWithFormat:@"%@", aValue];
}

最佳答案

检查连接到 IBAction 的 socket 。PS:我不能评论这就是为什么我把它作为答案。

关于ios - 摆脱 SIGABRT 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20151145/

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