“This class is not key value coding-compliant” using CoreImage
问题 I'm working on a simple MacOS command-line application in Swift. I created a custom CoreImage filter and having troubles to use it. The code compiles just fine but when it runs it exits with the following error: *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key inputImage.' Any help with this issue would be greatly appreciated. Tried searching for an answer on SO but since my