this class is not key value coding-compliant for the key string iOS exception swift

Error:

[<UIViewController 0x3927310> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key string.'

Solution:

1. If your storyboard Viewcontroller contains wrong class name then the error will came.

2. If you had wrong outlet connections in your class then the error occurs

3.If your class filename not selected for target membership it will came

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift