Skip to content

Commit 4f784cd

Browse files
docs(apple): Adjust CocoaPods publishing wording (#16688)
1 parent 5f69efe commit 4f784cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/platforms/apple/common/install/cocoapods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_order: 2000
55
---
66

77
<Alert level="warning" title="Deprecated">
8-
CocoaPods will not receive any new updates after June 2026. We recommend migrating to <PlatformLink to="/install/swift-package-manager/">Swift Package Manager (SPM)</PlatformLink> or manually installing the [pre-built XCFramework from GitHub releases](https://github.com/getsentry/sentry-cocoa/releases).
8+
We will stop publishing to CocoaPods at the end of June 2026. We recommend migrating to <PlatformLink to="/install/swift-package-manager/">Swift Package Manager (SPM)</PlatformLink> or manually installing the [pre-built XCFramework from GitHub releases](https://github.com/getsentry/sentry-cocoa/releases).
99
</Alert>
1010

1111
To integrate Sentry into your Xcode project using CocoaPods, specify it in your _Podfile_:

docs/platforms/apple/common/troubleshooting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ We introduced a bug with a refactoring [#4101](https://github.com/getsentry/sent
144144
## Sandbox Error Using Cocoapods
145145
146146
<Alert level="warning" title="Deprecated">
147-
CocoaPods will not receive any new updates after June 2026. We recommend migrating to <PlatformLink to="/install/swift-package-manager/">Swift Package Manager (SPM)</PlatformLink> or manually installing the [pre-built XCFramework from GitHub releases](https://github.com/getsentry/sentry-cocoa/releases).
147+
We will stop publishing to CocoaPods at the end of June 2026. We recommend migrating to <PlatformLink to="/install/swift-package-manager/">Swift Package Manager (SPM)</PlatformLink> or manually installing the [pre-built XCFramework from GitHub releases](https://github.com/getsentry/sentry-cocoa/releases).
148148
</Alert>
149149
150150
After setting up Cocoapods using a `Podfile` and running `pod install` to set up the project, you might see the following error when building the target:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"key":"apple.ios-profiling-onboarding-1-install","type":"language","doc_link":"https://docs.sentry.io/platforms/apple/guides/ios/profiling/","name":"iOS","aliases":[],"categories":[],"body":"<h4 id=\"install\" style=\"position:relative;\">Install</h4>\n<p>For the Profiling integration to work, you must have the Sentry Cocoa package (minimum version 8.12.0). We offer installation methods for Carthage (shown below) and Swift Package Manager. CocoaPods is deprecated and will not receive updates after June 2026. Learn more about installation methods in our <a href=\"https://docs.sentry.io/platforms/apple/install/\">full documentation</a>.</p>\n<div class=\"gatsby-highlight\" data-language=\"ruby\"><pre class=\"language-ruby highlight\"><code class=\"language-ruby\">github <span class=\"token string-literal\"><span class=\"token string\">\"getsentry/sentry-cocoa\"</span></span> <span class=\"token string-literal\"><span class=\"token string\">\"8.19.0\"</span></span></code></pre></div>"}
1+
{"key":"apple.ios-profiling-onboarding-1-install","type":"language","doc_link":"https://docs.sentry.io/platforms/apple/guides/ios/profiling/","name":"iOS","aliases":[],"categories":[],"body":"<h4 id=\"install\" style=\"position:relative;\">Install</h4>\n<p>For the Profiling integration to work, you must have the Sentry Cocoa package (minimum version 8.12.0). We offer installation methods for Carthage (shown below) and Swift Package Manager. We will stop publishing to CocoaPods at the end of June 2026. Learn more about installation methods in our <a href=\"https://docs.sentry.io/platforms/apple/install/\">full documentation</a>.</p>\n<div class=\"gatsby-highlight\" data-language=\"ruby\"><pre class=\"language-ruby highlight\"><code class=\"language-ruby\">github <span class=\"token string-literal\"><span class=\"token string\">\"getsentry/sentry-cocoa\"</span></span> <span class=\"token string-literal\"><span class=\"token string\">\"8.19.0\"</span></span></code></pre></div>"}

0 commit comments

Comments
 (0)