Xcode — How to fix ‘NSUnknownKeyException’, reason: … this class is not key value coding-compliant for the key X” error?
1 min readApr 16, 2020
The most common solution is double-checking the outlets.
But if that runtime error hasn’t solved, check the Identity Inspector
“Inherit Module From Target” has to be checked.