this class is not key value coding-compliant for the key string iOS exception swift
Error:
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
[<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
Post a Comment