Testing custom cocoapods integration for PSPDFKit. There were some issues when running PSPDFKit on M1 device.
There're mainly three status:
- failed to import
- no license/license not match
- success
In my testing, after I filled in the license when running on an M1 device simulator, it properly shows success state
- Add a new schema and add the license key to the
PSPDFKit.LicenseKey
field
- Make sure the license matches your bundle id specified by PSPDFKit. Build and run the project.