-
Notifications
You must be signed in to change notification settings - Fork 3.5k
How to remove Cocoapods after SPM upgrade? #13082
Copy link
Copy link
Open
Labels
devos.macOSRelates to developing apps on macOS platformRelates to developing apps on macOS platforme1-hoursEffort: < 8 hrsEffort: < 8 hrsfrom.page-issueReported in a reader-filed concernReported in a reader-filed concernp3-lowValid but not urgent concern. Resolve when possible. Encourage upvote to surface.Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.target.iOSTarget apps on the iOS PlatformTarget apps on the iOS Platform
Metadata
Metadata
Assignees
Labels
devos.macOSRelates to developing apps on macOS platformRelates to developing apps on macOS platforme1-hoursEffort: < 8 hrsEffort: < 8 hrsfrom.page-issueReported in a reader-filed concernReported in a reader-filed concernp3-lowValid but not urgent concern. Resolve when possible. Encourage upvote to surface.Valid but not urgent concern. Resolve when possible. Encourage upvote to surface.target.iOSTarget apps on the iOS PlatformTarget apps on the iOS Platform
Page URL
https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-app-developers
Page source
https://github.com/flutter/website/blob/main/src/content/packages-and-plugins/swift-package-manager/for-app-developers.md
Describe the problem
Could you please describe how to remove Cocoapod from a project?
We are upgrading our project to Flutter 3.41 and to use Swift package manager (SPM) and new dependency versions that now all support SPM.
What do I have to do to get to a clean modern simple project config? Just remove Pod file and folder? Manually or through Xcode edit some config files? Run some flutter command to clean out unused Cocoapod stuff?
Expected fix
It would be great if you could add a few words or a section on this in the docs.
Additional context
No response
I would like to fix this problem.