---
title: "Integrating macOS PDF Library Manually | Nutrient"
canonical_url: "https://www.nutrient.io/guides/macos/getting-started/integrating-pspdfkit/"
md_url: "https://www.nutrient.io/guides/macos/getting-started/integrating-pspdfkit.md"
last_updated: "2026-05-26T01:23:09.681Z"
description: "The simplest way to integrate PSPDFKit is to use CocoaPods. If for Nutrient macOS SDK."
---

# Integrating macOS PDF Library Manually

The simplest way to integrate PSPDFKit is to [use CocoaPods](https://www.nutrient.io/sdk/ios/getting-started/ios-cocoapods.md). If
you prefer or require a manual setup, please follow the steps below.

Log in to the [PSPDFKit Portal](https://my.pspdfkit.com/) and
download the latest version of the PSPDFKit for macOS framework. You should now
have `PSPDFKit-macOS.dmg` on your file system.

1. Open `PSPDFKit-macOS.dmg`.

2. Add `PSPDFKit.framework` to your Xcode project.

3. Drag `PSPDFKit.framework` to Embedded Binaries (in the General tab of your target).

4. Build and run.

## Integrating with Tests

If you need to integrate PSPDFKit into your test targets, just add
`PSPDFKit.framework` to the Link Binaries With Libraries build phase (in the
Build Phases tab of your test target).
---

## Related pages

- [Adding The License Key](/guides/macos/getting-started/adding-the-license-key.md)
- [Jumping Right In](/guides/macos/getting-started/jumping-right-in.md)
- [Prerequisites](/guides/macos/getting-started/prerequisites.md)
- [Demo for macOS Library](/guides/macos/getting-started/try-the-demo.md)
- [Where To Go From Here](/guides/macos/getting-started/where-to-go-from-here.md)

