草庐IT

compliant

全部标签

ios - Swift 中的 "This class is not key value coding-compliant for the key"错误

我在Swift中收到此错误消息:Terminatingappduetouncaughtexception'NSUnknownKeyException',reason:'[setValue:forUndefinedKey:]:thisclassisnotkeyvaluecoding-compliantforthekeyfaceview.'importUIKitclassViewController:UIViewController{@IBOutletweakvarfaceView:FaceView!{didSet{updateUI()}}varexpression=FacialExpre

ios - 为什么我得到 "entity X is not key value coding-compliant"?

当我运行以下代码时:letsaveAction=UIAlertAction(title:"Save",style:.default){[unownedself]actioninguardlettextField=alert.textFields?.first,letmapName=textField.textelse{return}varnewCoordinate=NSEntityDescription.insertNewObject(forEntityName:"Coordinates",into:managedObjectContext)varnewMap=NSEntityDesc

ios - 核心数据 : Error - entity is not key value coding-compliant ID

当我尝试保存Group>Contact之间的关系时,我有核心数据错误我通过hashUser从coredata中获取一个联系人,通过uid获取一个组并尝试使用func添加关系to-many//extensionCXDMContactfuncaddGroup(value:CXDMGroup){letitems=self.mutableSetValueForKey("groups");items.addObject(value)}当我尝试保存它时,我得到了异常(exception)CoreData:error:Seriousapplicationerror.Exceptionwascaugh

ios - 由于未捕获的异常 'NSUnknownKeyException' 而终止应用程序,原因 : this class is not key value coding-compliant for the key Label2. '

这个问题在这里已经有了答案:Xcode-Howtofix'NSUnknownKeyException',reason:…thisclassisnotkeyvaluecoding-compliantforthekeyX"error?(78个答案)关闭5年前。这是我收到的确切错误消息:Terminatingappduetouncaughtexception'NSUnknownKeyException',reason:'[setValue:forUndefinedKey:]:thisclassisnotkeyvaluecoding-compliantforthekeyLabel2.'我创建了

【异常】Dbeaver配置JDBC连接ES时提示SQL错误:current license is non-compliant for [jdbc]

一、报错内容通过Dbeaver配置JDBC连接Elasticsearch时,报错currentlicenseisnon-compliantfor[jdbc]二、问题说明使用的Elasticsearch服务端版本:7.16.3客户端IDE:DBeaver23.0.0Management>Elasticsearch>LicenseManagement查看官网搜索后发现需要白金级别,因此JDBC需要一个白金(或试用)许可证才能够使用JDBC客户端。查看服务器es的license信息,发现“type”:“basic”

iphone - 自定义 UITableViewCell 给我 : this class is not key value coding-compliant

首先,这个讨论并没有解决我的问题。CustomUITableViewCellsubclass:Thisclassisnotakeyvaluecoding-compliant设置:我在MainViewController中有一组Person对象。想要在AllContactsViewController中的UITableView中显示对象。问题:当使用默认的UITableViewCell时,一切都按预期工作。当我使用我的自定义TableCell我得到一个错误指向该类不符合键值编码。在我将IB中的三个outlet中的任何一个连接到我的TableCell类后,立即发生此错误。注意:TableC

iphone - 自定义 UITableViewCell 给我 : this class is not key value coding-compliant

首先,这个讨论并没有解决我的问题。CustomUITableViewCellsubclass:Thisclassisnotakeyvaluecoding-compliant设置:我在MainViewController中有一组Person对象。想要在AllContactsViewController中的UITableView中显示对象。问题:当使用默认的UITableViewCell时,一切都按预期工作。当我使用我的自定义TableCell我得到一个错误指向该类不符合键值编码。在我将IB中的三个outlet中的任何一个连接到我的TableCell类后,立即发生此错误。注意:TableC

objective-c - "This class is not key value > coding-compliant for the key previewB"但我已经删除了 previewB

我从nib文件中删除了一个按钮。我还删除了与该按钮关联的socket和IBAction。我已经清理了我的项目并卸载了该应用程序。但是我仍然收到以下错误消息:Terminatingappduetouncaughtexception'NSUnknownKeyException',reason:'[setValue:forUndefinedKey:]:thisclassisnotkeyvaluecoding-compliantforthekeypreviewB.'但是如果我在我的工作区中搜索previewB,我找不到任何东西。我已将其从ComposerViewController中删除。谢谢

安卓 : DLNA compliant devices

我需要从我的Android应用程序中找到我网络中的DLNA兼容设备列表。我正在使用来自org.cybergarage的API。它们在Java中可用,我想让它们支持Android,即移植API对此有任何帮助。谢谢 最佳答案 Cling已经为android移植了源代码并可以使用。您可以在几分钟内实现发现。此外,它还附带非常好的教程。 关于安卓:DLNAcompliantdevices,我们在StackOverflow上找到一个类似的问题: https://stac

iphone - 错误 : this class is not key value coding-compliant for the key projectToolBar?

这个问题在这里已经有了答案:Xcode-Howtofix'NSUnknownKeyException',reason:…thisclassisnotkeyvaluecoding-compliantforthekeyX"error?(78个答案)关闭7年前。嘿,我无法弄清楚我遇到的错误。我的应用程序正在运行,但我不确定我做了什么,但它现在打不开,而是出现此错误:Terminatingappduetouncaughtexception'NSUnknownKeyException',reason:'[setValue:forUndefinedKey:]:thisclassisnotkeyva