You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/_index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ Building mobile apps with App Center is deprecated and will be removed on March
25
25
*[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.
26
26
*[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.
27
27
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
+
28
34
{{% alert color="info" %}}
29
35
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.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ description: Describes how to integrate with Bitrise to build a Mendix native ap
9
9
10
10
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.
11
11
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
+
12
18
## Prerequisites {#prerequisites}
13
19
14
20
Before starting this guide, make sure you have completed the following prerequisites:
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mobile/introduction-to-mobile-technologies/native-mobile.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,39 @@ Native mobile apps have full access to all of the device's capabilities. Many ca
24
24
## Distribution
25
25
26
26
Native mobile apps must be distribute via AppStores. Updates can be distributed with Over-the-Air Updates.
27
+
28
+
## Limitations
29
+
30
+
### Bitcode Deprecation {#bitcode-deprecation}
31
+
32
+
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**.
33
+
34
+
To address the issue, there are one of three things you can do:
35
+
36
+
* Use a newer version of Studio Pro (10.18+)
37
+
* Use the workaround [below](#bitcode-workaround)
38
+
* Downgrade Xcode to version 15.4 (although it does not work on latest MacOS version)
39
+
40
+
#### Workaround {#bitcode-workaround}
41
+
42
+
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):
0 commit comments