Cocoapods
We recommend installing the SDK with CocoaPods. To integrate Sentry into your Xcode project, specify it in your Podfile:
Copied
platform :ios, '9.0'
use_frameworks! # This is important
target 'YourApp' do
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.32.0'
end
Afterwards run pod install
.
- Package:
- cocoapods:sentry-cocoa
- Version:
- 8.32.0
- Repository:
- https://github.com/getsentry/sentry-cocoa