BZGFormField icon indicating copy to clipboard operation
BZGFormField copied to clipboard

When Adding BZGFormField class to uiView I get invalid class error

Open arpi6 opened this issue 12 years ago • 1 comments

When I try to load the class in view, I get this error. Unknown class BZGFormField in Interface Builder file. -[UITextField textField]: unrecognized selector sent to instance 0x99b3130 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITextField textField]: unrecognized selector sent to instance 0x99b3130'

arpi6 avatar Nov 21 '13 21:11 arpi6

Adding the -ObjC flag to the Other Linker Flags in Build Settings solved the same problem for me.

ayberkt avatar Feb 23 '14 20:02 ayberkt