Build date: 2022-10-20 16:20
In your Xcode project go to: File -> Swift Packages -> Add Package Dependency
https://github.com/TechTeamer/ios-xc-pdfium.git
Just copy into your podfile, looks like this.
------------------------ Podfile ------------------------
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/TechTeamer/ios-xc-pdfium.git'
use_frameworks!
target 'YourApp' do
pod 'Pdfium'
end
---------------------------------------------------------
run:
pod repo update
pod install
This is a new generation xcframework is built for Apple machines including iOS/iPadOS/macOS & Silicon processors.
We are using the bblanchon's builder scripts for building, but we extended it by ios-simulator for arm64 and x86_64 resolved the simulator issues.
You can find the release commits here: https://pdfium.googlesource.com/pdfium
You can find the official source here: https://pdfium.googlesource.com/pdfium/+/refs/heads/main