Skip to content

Commit 4f71593

Browse files
committed
Update action.yml
1 parent d0dd928 commit 4f71593

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,14 @@ runs:
271271
- uses: maxim-lobanov/setup-xcode@v1
272272
if: env.platform-type == 'ios'
273273
with:
274-
xcode-version: latest-stable
274+
xcode-version: 16.1
275275

276276
- name: Build for iOS
277277
shell: bash
278278
working-directory: project
279279
if: env.platform-type == 'ios'
280280
run: |
281+
xcodebuild -showsdks
281282
ls "$HOME/Library/MobileDevice/Provisioning Profiles"
282283
xcodebuild -resolvePackageDependencies
283284

0 commit comments

Comments
 (0)