From 2ca9dd4beb0c7c7c836bd33d99a622afd8eebfd9 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Tue, 6 Feb 2024 16:50:35 +0100 Subject: [PATCH] Fix linker flags in changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec31ec456..eee15c5252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -389,7 +389,7 @@ x.y.z Release notes (yyyy-MM-dd) * Build the prebuilt libraries with the classic linker to work around the new linker being broken on iOS <15. When using CocoaPods or SPM, you will need to - manually add `-Wl,-classic_ld` to `OTHER_LDFLAGS` for your application until + manually add `-Wl,-ld_classic` to `OTHER_LDFLAGS` for your application until Apple fixes the bug. * Remove the visionOS slice from the Carthage build as it makes Carthage reject the xcframework ([#8370](https://github.com/realm/realm-swift/issues/8370)).