I added HpGrowingTextView open source to my program.
While i am compiling app, I got this error:
compilation error: _OBJC_CLASS_$_HPGrowingTextView”, referenced from:
How to resolve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check if the files are added to target of project. If you are using a ‘.a file’ for that, check if that is added to xcode.
Go to target -> build phases -> compile sources and check if the HPGrowingTextView .m files are added there. If not first make sure it is present in Xcode project and then drag and drop to here.