Skip to content

Add section on removing CocoaPods from a project - #13774

Open
sfshaza2 wants to merge 4 commits into
mainfrom
cocoapods
Open

Add section on removing CocoaPods from a project#13774
sfshaza2 wants to merge 4 commits into
mainfrom
cocoapods

Conversation

@sfshaza2

@sfshaza2 sfshaza2 commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

@sfshaza2
sfshaza2 requested a review from a team as a code owner August 20, 2026 23:17

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a new section to the documentation detailing how to remove CocoaPods integration from iOS and macOS Flutter projects once they have migrated to Swift Package Manager. The review feedback suggests updating the configuration file cleanup instructions to include the Profile.xcconfig files (and macOS equivalents) alongside the debug and release configurations to prevent build failures in profile mode.

@flutter-website-bot

flutter-website-bot commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Staged preview of the updated docs.flutter.dev site (updated for commit 3b3ed9b):

https://flutter-docs-prod--docs-pr13774-cocoapods-2kd84rzj.web.app

@sfshaza2
sfshaza2 requested a review from jmagman August 20, 2026 23:36
@jmagman
jmagman requested a review from vashworth August 20, 2026 23:49
@sfshaza2

Copy link
Copy Markdown
Contributor Author

@vashworth, I believe I have incorporated all of your feedback. Thanks!

@flutter-website-bot

flutter-website-bot commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Staged preview of the updated flutter.dev site (updated for commit 7215078):

https://flutter-dev-230821--www-pr13774-cocoapods-9wkomtmf.web.app

Comment on lines +113 to +114
In `macos/Flutter/Debug.xcconfig`, `macos/Flutter/Profile.xcconfig`,
and `macos/Flutter/Release.xcconfig`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In `macos/Flutter/Debug.xcconfig`, `macos/Flutter/Profile.xcconfig`,
and `macos/Flutter/Release.xcconfig`
In `macos/Flutter/Flutter-Debug.xcconfig` and `macos/Flutter/Flutter-Release.xcconfig`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to remove Cocoapods after SPM upgrade?

3 participants