File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,22 +26,23 @@ jobs:
2626 - name : Show available simulators
2727 run : xcrun simctl list devicetypes
2828
29- - name : Cache CocoaPods
30- uses : actions/cache@v4
31- with :
32- path : Pods
33- key : ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
34- restore-keys : |
35- ${{ runner.os }}-pods-
36-
37- - name : Install CocoaPods
38- run : |
39- sudo gem install cocoapods
40- pod --version
29+ # TODO: Remove this once we have a way to install CocoaPods
30+ # - name: Cache CocoaPods
31+ # uses: actions/cache@v4
32+ # with:
33+ # path: Pods
34+ # key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
35+ # restore-keys: |
36+ # ${{ runner.os }}-pods-
37+
38+ # - name: Install CocoaPods
39+ # run: |
40+ # sudo gem install cocoapods
41+ # pod --version
4142
42- - name : Install Pod Dependencies
43- run : |
44- pod install --repo-update
43+ # - name: Install Pod Dependencies
44+ # run: |
45+ # pod install --repo-update
4546
4647 - name : Build for iOS Simulator
4748 run : |
You can’t perform that action at this time.
0 commit comments