Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Adding BZGFormField class to uiView I get invalid class error #7

Open
arpi6 opened this issue Nov 21, 2013 · 1 comment
Open

Comments

@arpi6
Copy link

arpi6 commented Nov 21, 2013

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'

@ayberkt
Copy link

ayberkt commented Feb 23, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants