-
Execute all general steps
-
Get PDFium:
python3 make.py build-pdfium-ios
-
Patch:
python3 make.py patch-ios
-
Compile:
python3 make.py build-ios
-
Install libraries:
python3 make.py install-ios
-
Test:
python3 make.py test-ios
Obs:
- The file make.py need be executed with python version 3.
The sample project is here: sample-apple/Sample.xcodeproj
.
Copy the pdfium.xcframework
to folder sample-apple/Sample/Vendor
.