I want to implement MuPdf in my application.
I have added all library files including fitz and pdf , but i can't build my code as there are showing these errors :
Apple Mach-O Linker Error Undefined symbols for architecture i386: "_fz_bound_annot", referenced from:
I have downloaded & run MuPdf master code and its working. But when i try to implement code in my application its not work.
I have added all necessary Framework.
Your help is appreciated.