Page MenuHomePhabricator

Fixed cocoapods version
ClosedPublic

Authored by przemek on Oct 25 2022, 3:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 26, 5:16 PM
Unknown Object (File)
Tue, Nov 26, 5:16 PM
Unknown Object (File)
Tue, Nov 26, 5:16 PM
Unknown Object (File)
Tue, Nov 26, 5:16 PM
Unknown Object (File)
Tue, Nov 5, 2:07 AM
Unknown Object (File)
Oct 5 2024, 4:39 PM
Unknown Object (File)
Oct 5 2024, 4:39 PM
Unknown Object (File)
Oct 5 2024, 4:38 PM

Details

Summary

Solving: https://linear.app/comm/issue/ENG-2109/versions-of-cocoapods-in-gemfilelock-and-podfilelock-dont-match
I edited Gemfile to contain >= 1.11.3 as it was already used by us in Podfile.lock.
Then I run bundle update cocoapods, so the only thing updated in Gemfile.lock is cocoapods and its dependecies.
After running pod install later on, nothing changed with Podfile.lock, so my assumption is someone already had cocoapods updated and created new Podfile.lock without updating Gemfile.

Test Plan

Build app in iOS simulator. App works in iOS simulator.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable