You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-xcframework-variant-slices.yml
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ jobs:
56
56
build-xcframework-variant-slices:
57
57
name: ${{matrix.sdk}}
58
58
59
-
# We must compile this on an arm64 runner, cause it's required for visionOS. macos-14 uses arm64.
59
+
# We must compile this on an arm64 runner, cause it's required for visionOS. macos-15 uses arm64.
60
60
# To see the available runners see https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories.
61
-
runs-on: macos-14
61
+
runs-on: macos-15
62
62
63
63
strategy:
64
64
matrix:
@@ -67,12 +67,8 @@ jobs:
67
67
steps:
68
68
- uses: actions/checkout@v5
69
69
70
-
# We have to compile on Xcode 15.2 because compiling on Xcode 15.4 fails with
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@
30
30
- Change `value` and `type` of `SentryException` to be nullable (#6563)
31
31
- Change the default trace context status to "ok" instead of "undefined" (#6611)
32
32
- Remove `getHash` from SentryDsn (#6605)
33
+
- The precompiled XCFramework is now built with Xcode 16. To submit to the App Store, [Apple now requires Xcode 16](https://developer.apple.com/news/upcoming-requirements/?id=02212025a).
34
+
If you need a precompiled XCFramework built with Xcode 15, continue using Sentry SDK 8.x.x.
0 commit comments