From 3367f72abcd5bd136b9357ffc9e0e4e2fb1b9fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Selim=20=C3=9Cstel?= <46201537+stelselim@users.noreply.github.com> Date: Tue, 19 May 2026 15:08:08 +0300 Subject: [PATCH 1/2] Add missing release notes for Android and iOS updates --- .../make-it-native-parent/make-it-native.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md index e4ecb1d274c..151a7911e67 100644 --- a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md +++ b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md @@ -8,6 +8,25 @@ description: "These release notes showcase each release of the iOS and Android M Depending on the Mendix version your app is developed in and the device you want to run on, you need a different Make It Native app. For more information on how to download the correct version, see the [Getting the Make It Native App](/refguide/mobile/getting-started-with-mobile/prerequisites/#get-min-app) section in *Native App Prerequisites and Troubleshooting*. +## Android 11.10.0 / iOS 11.10.0 + +**Release date: May 20, 2026** + +### Fixes + +* We upgraded the core stack to React Native 0.83.4 and aligned related React dependencies. +* We fixed the CocoaPods installation issue that was caused by xcodeproj object version 70. +* We fixed an issue where version logs events were not recorded in Firebase for Android. +* We fixed an issue which occurred when building apps in Xcode 26.4 and above. + +## Android 11.9.0 / iOS 11.9.0 + +**Release date: April 10, 2026** + +### Fixes + +* We fixed an issue where Debug builds crashed with a `SIGABRT` error on Xcode 26 when passing data through F14 hash maps under the New Architecture. + ## Android 11.8.0 / iOS 11.8.0 **Release date: March 12, 2026** From 030a8af9c703868d67d08ba61f5a129e403c345d Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Wed, 27 May 2026 13:35:49 +0200 Subject: [PATCH 2/2] Fix formatting and wording in release notes --- .../mobile/make-it-native-parent/make-it-native.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md index 151a7911e67..6b6dd02efd2 100644 --- a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md +++ b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md @@ -15,8 +15,8 @@ Depending on the Mendix version your app is developed in and the device you want ### Fixes * We upgraded the core stack to React Native 0.83.4 and aligned related React dependencies. -* We fixed the CocoaPods installation issue that was caused by xcodeproj object version 70. -* We fixed an issue where version logs events were not recorded in Firebase for Android. +* We fixed a CocoaPods installation issue that was caused by xcodeproj object version 70. +* We fixed an issue where version log events were not recorded in Firebase for Android. * We fixed an issue which occurred when building apps in Xcode 26.4 and above. ## Android 11.9.0 / iOS 11.9.0 @@ -25,7 +25,7 @@ Depending on the Mendix version your app is developed in and the device you want ### Fixes -* We fixed an issue where Debug builds crashed with a `SIGABRT` error on Xcode 26 when passing data through F14 hash maps under the New Architecture. +* We fixed an issue where debug builds crashed with a `SIGABRT` error on Xcode 26 when passing data through F14 hash maps under the new architecture. ## Android 11.8.0 / iOS 11.8.0