Skip to content
Guides

ARC Compatibility

ComPDFKit PDF SDK requires non-ARC. If you wish to use ComPDFKit PDF SDK in an ARC project, just add the -fno-objc-arc compiler flag. To do this, go to the Build Phases tab in your target settings, open the Compile Sources group, and double-click and type -fno-objc-arc into the popover.