I have created the static library which compiles successfully,I have added .a file in the application where I want to use it. But getting the error "unrecognised selector sent to an instance". But if I include the static library source in the application I am not getting any error. can someone help me in this issue.
I have created the static library which compiles successfully,I have added .a file in
Share
Maybe the selector is implemented in a category and you’re missing the
-ObjClinker flag? See the Apple Technical QA1490.