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: "updating your Native Mobile Builder": MOO-1791
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.
@@ -17,10 +18,29 @@ The Mendix Native Mobile Builder is a UI-based tool, complimentary to Mendix Stu
17
18
18
19
#### Fixes
19
20
20
-
* We fixed an issue where the Native Builder UI (NBUI) was not persisting selected permissions.
21
-
* We fixed an issue where the **Runtime URL** field in NBUI did not accept URLs with subpaths.
21
+
* We fixed an issue where the Native Mobile Builder was not persisting selected permissions.
22
+
* We fixed an issue where the **Runtime URL** field in the Native Mobile Builder did not accept URLs with subpaths.
22
23
* We resolved a problem where renaming the default configuration broke updates.
23
24
25
+
#### Known Issues {#updating-your-native-mobile-builder}
26
+
27
+
A known issue affects updating your Native Mobile Builder to this version. Specifically, there is a known 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