Carthage

To integrate Sentry into your Xcode project using Carthage, specify it in your Cartfile:

Copied
github "getsentry/sentry-cocoa" "8.6.0"

Run carthage update to download the framework and drag the built Sentry.framework into your Xcode project. We also provide a pre-built version for every release, which can be downloaded at releases on GitHub.

Macs with Apple Silicon and XCFrameworks

If you're using Sentry via Carthage on Macs with Apple Silicon or want to use XCFrameworks, please use Carthage >= 0.37.0, which introduced support for XCFramework. Make sure to use carthage build --use-xcframeworks --no-use-binaries after running carthage update --use-xcframeworks. Carthage 0.37.0 needs to rebuild the XCFramework from source because it can't handle GitHub dependencies that download binaries. Learn more in their release notes.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) to suggesting an update ("yeah, this would be better").