PDFReporter iOS Framework
- iOS 8.0+
- Xcode 7.3+
- libjre_emul.a (1.0.2)
- libHaru.framework
- libPng.framework
- libxml2.dylib (native)
- libsqlite3.dylib (native)
- libz.dylib (native)
- Security.framework (native)
- Clone this repository
git clone git@github.com:OpenSoftwareSolutions/PDFReporterKit.git - Run
carthage update --platform iOSfrom the project root - Download and unzip downloaded
j2objcrelease to the project's parent directory (so the project can reach thej2objcat../j2objc) - Run
xcodebuild -project PDFReporterKit.xcodeproj -scheme PDFReporterKit-Universal [-configuration configurationname]from the project root
- Build or download the framework
- Embed frameworks (
PDFReporterKit,libHaruandlibPng) in your project - Link with dependencies (
libxml2.dylib,libsqlite3.dylibandlibz.dylibare located in/usr/lib) - Add following to
HEADER_SEARCH_PATHSof your project:
PATH/TO/PDFReporterKit.framework/HeadersJ2OBJCROOT/include
- Modify
FRAMEWORK_SEARCH_PATHSof your project so it contains the paths for thelibHaru,libPngandPDFReporterKit. - Add
J2OBJCROOT/libtoLIBRARY_SEARCH_PATHS
See PDFReporter repository.