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 [email protected]:OpenSoftwareSolutions/PDFReporterKit.git
- Run
carthage update --platform iOS
from the project root - Download and unzip downloaded
j2objc
release to the project's parent directory (so the project can reach thej2objc
at../j2objc
) - Run
xcodebuild -project PDFReporterKit.xcodeproj -scheme PDFReporterKit-Universal [-configuration configurationname]
from the project root
- Build or download the framework
- Embed frameworks (
PDFReporterKit
,libHaru
andlibPng
) in your project - Link with dependencies (
libxml2.dylib
,libsqlite3.dylib
andlibz.dylib
are located in/usr/lib
) - Add following to
HEADER_SEARCH_PATHS
of your project:
PATH/TO/PDFReporterKit.framework/Headers
J2OBJCROOT/include
- Modify
FRAMEWORK_SEARCH_PATHS
of your project so it contains the paths for thelibHaru
,libPng
andPDFReporterKit
. - Add
J2OBJCROOT/lib
toLIBRARY_SEARCH_PATHS
See PDFReporter repository.