Skip to content

Commit a33b86b

Browse files
committed
Use Xcode 15.4
1 parent 38d304a commit a33b86b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build-xcframework-variant-slices.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,8 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v4
6969

70-
# We have to compile on Xcode 15.2 because compiling on Xcode 15.4 fails with
71-
# Data+SentryTracing.swift:21:62: error: 'ReadingOptions' aliases 'Foundation.ReadingOptions'
72-
# and cannot be used here because C++ types from imported module 'Foundation' do not support
73-
# library evolution; this is an error in the Swift 6 language mode
74-
# We also can't use Xcode 16.x because validating the XCFramework then fails with Xcode 15.x.
75-
- run: ./scripts/ci-select-xcode.sh 15.2
70+
# We can't use Xcode 16.x because validating the XCFramework then fails with Xcode 15.x.
71+
- run: ./scripts/ci-select-xcode.sh 15.4
7672
shell: bash
7773

7874
- name: Get version

0 commit comments

Comments
 (0)