File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 67
67
steps :
68
68
- uses : actions/checkout@v4
69
69
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
76
72
shell : bash
77
73
78
74
- name : Get version
You can’t perform that action at this time.
0 commit comments