We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56c81f commit ee166caCopy full SHA for ee166ca
.github/workflows/archive.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Select Xcode
15
- run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}
+ run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app
16
- name: bundle install
17
run: bundle update --bundler && bundle install
18
- name: Install CocoaPods dependencies
0 commit comments