Skip to content

Commit

Permalink
Fix linker flags in changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Feb 6, 2024
1 parent dfb165e commit 2ca9dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 2ca9dd4

Please sign in to comment.