I am new to Xcode and objective C programming.Please help me to resolve the following problem.
After adding the Textfield and buttons i tried to give connection for view and controller and it leads to the following error.
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x3b13bb0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key txtUsername.
and the debugger gets terminated.It happens only after adding the view - controller connection.
I searched google but found that class name should be specified exactly under Class Identifiers,but i have specified it and even then i am getting this error.
Please help me to resolve this issue.