Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS #include "mupdf/fitz.h" not found issue

I am integrating muPDF library in my projects.I already update cocopods and install pods again. Its showing an issue.

#include "mupdf/fitz.h" library not found. 

https://i.sstatic.net/TOjm6.png

Any possible solution for this issue ?

like image 731
Jamshed Alam Avatar asked Mar 01 '26 14:03

Jamshed Alam


1 Answers

It looks like you're trying to build https://github.com/jogu/MuPDF-example ?

I just cloned that, and ran:

gem install cocoapods
pod install

then opened MuPDF-example.xcworkspace and hit "Run".

Everything worked, it displayed hello-world.pdf.

I'm using Xcode 7.3.1 and CocoaPods 1.0.1, and the very latest code on the master of that git repo for the example (I'm the owner of that repo btw :) ). If exactly the same thing is falling for you, try deleting everything and starting again. Did you make any changes to the example project?

like image 86
JosephH Avatar answered Mar 04 '26 04:03

JosephH



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!