-3

I have been trying to work on an existing Objective C project provided by client and when i try to run the project i get this error. Could anyone help me how to fix this ?

enter image description here

Edit : I am actually sorry, i used a different image screenshot than what my actually problem is. I have replaced my image in the question now.

Padmaja Ganesh
  • 81
  • 1
  • 1
  • 7
  • Oops sorry, I have had a linker error but i used a different screenshot that what my actual problem is. I have edited the question now could you please help me. – Padmaja Ganesh Sep 29 '17 at 06:46

1 Answers1

0

I have met this question days ago, my problem was I forgot drag one of my using-frameworks into Link Binary With Libraries. maybe you should check this. Also you should check if ImageObjCommentTableViewCell these classes which mentioned in the error log contained in the Compile Sources.

NF Lee
  • 462
  • 3
  • 12