Skip to content

Commit 5450154

Browse files
Added Xcode 16.0 info to changelog (#3669)
1 parent a249a83 commit 5450154

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414

1515
## 4.12.0
1616

17+
### Support for Xcode 16.0 (BREAKING CHANGE)
18+
19+
If you are using Xcode 16.0, you will need to update the SDK to version `4.12.0` or later.
20+
If you are still using Xcode 15.4 or earlier, you need to continue to use version `4.11.0` or earlier.
21+
22+
Using Xcode 16 to build .NET applications targeting iOS and Mac Catalyst requires [.NET workload for iOS SDK version 18.0.8303](https://github.com/xamarin/xamarin-macios/releases/tag/dotnet-8.0.1xx-xcode16.0-8303). We [built the SDK version 4.12.0 using Xcode 16](https://github.com/getsentry/sentry-dotnet/pull/3635/files) in order to support this scenario. That, unfortunately, breaks folks using older version of Xcode.
23+
24+
As such, if you are using SDK version `4.12.x` and targeting iOS or Mac Catalyst, you will need to install and use Xcode 16 and `workload iOS SDK 18.0.8303`
25+
26+
Note that .NET 9 will also support Xcode 16, when it is released next month (Nov 2024).
27+
1728
### API Changes
1829

1930
- The `SentrySdk.Metrics` module is deprecated and will be removed in the next major release.

0 commit comments

Comments
 (0)