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
description: "Mendix Native Mobile Builder release notes."
7
7
#This document is mapped to the landing page, update the link there if renaming or moving the doc file.
8
+
# KI: "Line endings": SOLP-1794
8
9
---
9
10
10
11
The Mendix Native Mobile Builder is a UI-based tool, complimentary to Mendix Studio Pro, which helps you build your Mendix native mobile app. After the Mendix Native Mobile Builder simplifies your build process, you can do what you want most: test and publish your app. The Mendix Native Mobile Builder uses MxBuild, GitHub, and App Center to simplify the app building process and is directly accessible via Mendix Studio Pro.
@@ -16,23 +17,29 @@ The Mendix Native Mobile Builder is a UI-based tool, complimentary to Mendix Stu
16
17
**Release date: February 20, 2025**
17
18
18
19
#### Fixes
20
+
19
21
* We fixed an issue where the Native Builder UI (NBUI) was not persisting selected permissions.
20
22
* We fixed an issue where the **Runtime URL** field in NBUI did not accept URLs with subpaths.
21
23
* We resolved a problem where renaming the default configuration broke updates.
22
24
23
-
#### Known issue
24
-
There is an issue updating Native Mobile Builder to this version, as there is an issue with the signing certificate. Native Mobile Builder gets stuck on the loading screen, because the update fails.
25
-
We are in the process of fixing the signing certificate, until this is resolved the following steps can be performed as a workaround:
26
-
- Uninstall the current version: `C:\Users\[%USER_NAME%]\AppData\Local\Mendix Builder\Uninstall Builder.exe`
27
-
- Install the latest version using the [Mendix Native Mobile one-click Installer](https://appdev-mx-cdn.s3.amazonaws.com/native-builders/latest.exe)
28
-
Note: if Windows security policies prevent you from doing this you can do the following:
29
-
- Right-click the installer
30
-
- Select "Properties"
31
-
- Check "Unblock"
32
-
- Click "OK"
33
-
Afterwards run the installer again.
34
-
35
-
When these steps are performed successfully you can start Studio Pro again and Native Mobile Builder should load correctly.
25
+
#### Known Issues
26
+
27
+
A known issue affects updating your Native Mobile Builder to this version. Specifically, there is an issue with the signing certificate. Because the update fails at the certificate step, the Native Mobile Builder gets stuck on its loading screen.
28
+
29
+
We are in the process of fixing the signing certificate. Until this is resolved, perform the following steps as a workaround:
30
+
31
+
1. Uninstall the current version: **C:\Users\[%USER_NAME%]\AppData\Local\Mendix Builder\Uninstall Builder.exe**
32
+
1. Install the latest version using the [Mendix Native Mobile one-click Installer](https://appdev-mx-cdn.s3.amazonaws.com/native-builders/latest.exe)
33
+
34
+
{{% alert color="info" %}}
35
+
**Windows Security Note**: If Windows security policies prevent you from accomplishing the above, do the following:
36
+
1. Right-click the installer.
37
+
1. Click **Properties**.
38
+
1. Select **Unblock**.
39
+
1. Click **OK**.
40
+
{{% /alert %}}
41
+
42
+
After these steps, run the installer again. You can start Studio Pro again, and Native Mobile Builder will load correctly.
0 commit comments