feat(apple)!: Remove CocoaPods as an installation option#1299
Open
philprime wants to merge 4 commits into
Open
feat(apple)!: Remove CocoaPods as an installation option#1299philprime wants to merge 4 commits into
philprime wants to merge 4 commits into
Conversation
CocoaPods trunk is going read-only on Dec 2, 2026. The wizard now only offers Swift Package Manager (SPM) for Apple SDK setup. - Delete src/apple/cocoapod.ts and its tests - Simplify configure-package-manager to always use SPM - Remove shouldUseSPM parameter from configure-xcode-project - Remove pod install prompt from React Native wizard - Update e2e tests to remove pod install expectations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
877fd4c to
1887093
Compare
Now that CocoaPods is removed, the package manager is always SPM and the function was just setting a telemetry tag. Inline it and delete the module. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Keep cocoapod.ts for react-native by moving it from src/apple/ to src/react-native/. Restore react-native wizard and e2e test to their original state. Fix Prettier formatting in configure-xcode-project. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove CocoaPods as an installation option from the Sentry wizard for the Apple platform (COCOA-1241). CocoaPods trunk is going read-only on Dec 2, 2026, and we stopped publishing to CocoaPods trunk after v9.19.1.
configurePackageManager(inlined SPM tag into apple wizard)shouldUseSPMparameter fromconfigureXcodeProject(always SPM)cocoapod.tsfromsrc/apple/tosrc/react-native/(still used there)BREAKING CHANGE: CocoaPods is no longer offered as an installation option in the Apple wizard. The wizard always uses Swift Package Manager.
Closes COCOA-1241
Related PRs