-
Notifications
You must be signed in to change notification settings - Fork 116
Deintegrate CocoaPods #15669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deintegrate CocoaPods #15669
Conversation
Generated by 🚫 Danger |
|
7af14b6
to
25db581
Compare
- Delete `Podfile` and remove the Pods project from the workspace - Updated `Rakefile` to no longer install CocoaPods - Update `Fastfile` to use `Module/Sources` for the localization now in SwiftPM - Remove CocoaPods caching from CI
25db581
to
9c87b4a
Compare
@@ -22,9 +22,6 @@ steps: | |||
|
|||
echo '--- :snowflake: Start Code Freeze' | |||
bundle exec fastlane start_code_freeze skip_confirm:true | |||
|
|||
echo '--- :cocoapods: Check for Outdated Pods' | |||
.buildkite/commands/log-outdated-pods.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This well need to be followed up with an update on the Releases v2 app to remove the CocoaPods mentions there, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Tests pass, works well, and runs normally both in simulator and physical devices.
I'm unsure if is just part of the process, but every time I close the simulator it crashes in main, not much of a stack trace to follow thought, just a crash 100% of the times. It has happen before and then stopped for no reason as well, so could be entirely my machine (using Xcode 16.2)

Thanks for testing and for the review @iamgabrielma !
Never seen it, but I don't use the app much past launching it and tapping around a bit. |
Description
Podfile
and remove the Pods project from the workspaceRakefile
to no longer install CocoaPodsFastfile
to useModule/Sources
for the localization now inSwiftPM
Steps to reproduce & Testing information
See green CI and run on device.
Screenshots
RELEASE-NOTES.txt
if necessary.