Skip to content

Commit 47112ad

Browse files
committed
Add alerts to 2 major docs
1 parent 1654da6 commit 47112ad

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Building mobile apps with App Center is deprecated and will be removed on March
2525
* [Native Template](/refguide/mobile/distributing-mobile-apps/building-native-apps/native-template/) – The Native Template describes the native dependencies your app needs, and it includes two native apps (one for iOS and one for Android) that can be independently built to create the finished apps.
2626
* [Build a Mendix Native App with Bitrise](/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/) – This guide explains how to set up Bitrise to build a Mendix native mobile app.
2727

28+
{{% alert color="info" %}}
29+
The React Native version used in Studio Pro versions 10.11-10.16 includes Bitcode, which is not longer supported by Xcode 16 and above. This means that native mobile iOS applications created by customers **cannot be submitted to the App Store**.
30+
31+
For more information and workarounds, see [Bitcode Deprecation](/refguide/mobile/introduction-to-mobile-technologies/native-mobile/#bitcode-deprecation).
32+
{{% /alert %}}
33+
2834
{{% alert color="info" %}}
2935
The Mendix Native Mobile Builder does not currently support connections behind proxy servers. Please make sure you are not behind a proxy server and that your security rules allow access to the required services. For more information, see the [Firewall Settings](/refguide/system-requirements/#firewall-settings) section of System Requirements.
3036
{{% /alert %}}

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ description: Describes how to integrate with Bitrise to build a Mendix native ap
99

1010
This guide helps you set up [Bitrise](https://bitrise.io) to automate building a Mendix native app in the cloud. Bitrise is a popular continuous integration service optimized for mobile apps.
1111

12+
{{% alert color="info" %}}
13+
The React Native version used in Studio Pro versions 10.11-10.16 includes Bitcode, which is not longer supported by Xcode 16 and above. This means that native mobile iOS applications created by customers **cannot be submitted to the App Store**.
14+
15+
For more information and workarounds, see [Bitcode Deprecation](/refguide/mobile/introduction-to-mobile-technologies/native-mobile/#bitcode-deprecation).
16+
{{% /alert %}}
17+
1218
## Prerequisites {#prerequisites}
1319

1420
Before starting this guide, make sure you have completed the following prerequisites:

content/en/docs/refguide/mobile/introduction-to-mobile-technologies/native-mobile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Native mobile apps must be distribute via AppStores. Updates can be distributed
2727

2828
## Limitations
2929

30+
### Bitcode Deprecation {#bitcode-deprecation}
31+
3032
The React Native version used in Studio Pro versions 10.11-10.16 includes Bitcode, which is not longer supported by Xcode 16 and above. This means that native mobile iOS applications created by customers **cannot be submitted to the App Store**.
3133

3234
To address the issue, there are one of three things you can do:
@@ -35,7 +37,7 @@ To address the issue, there are one of three things you can do:
3537
* Use the workaround [below](#bitcode-workaround)
3638
* Downgrade Xcode to version 15.4 (although it does not work on latest MacOS version)
3739

38-
### Workaround {#bitcode-workaround}
40+
#### Workaround {#bitcode-workaround}
3941

4042
Apply the following changes to the native mobile project in "ios/Podfile" file in the "post_install" block (ref https://stackoverflow.com/questions/79022303/asset-validation-failed-nslocalizedrecoverysuggestion-invalid-executable-the-e/79022687):
4143

0 commit comments

Comments
 (0)