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 29faac6 commit 321e3b0Copy full SHA for 321e3b0
.github/workflows/storage.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: actions/checkout@master
33
- name: Build ObjC snippets
34
run: |
35
+ sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
36
cd storage
37
xcodebuild -project StorageReference.xcodeproj clean build -scheme StorageReference -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
38
env:
0 commit comments