我有一个NSManagedObject子类(SOCommand*),我正在尝试使用以下代码设置它的一个实例的属性:SOCommand*newCommand=[[SOCommandalloc]init];newCommand.commandName=self.tf_commandName.text;newCommand.sshCommand=self.tf_sshCommand.text;但是,我遇到了错误:***Terminatingappduetouncaughtexception'NSInvalidArgumentException',reason:'-[SOCommandsetC