Skip to content

Commit c99cdb6

Browse files
author
Enrique
committed
Add note about AppleDouble in MxBuild docs
1 parent 40ecf24 commit c99cdb6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

content/en/docs/refguide/general/mxbuild.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ For details on the system requirements for MxBuild, see [System Requirements](/r
3636
The examples used in this document are for Windows, except when specifically mentioned otherwise.
3737
{{% /alert %}}
3838

39+
{{% alert color="info" %}}
40+
Note for MXbuild and macOS users:
41+
42+
If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected.
43+
{{% /alert %}}
44+
45+
3946
## Command Line
4047

4148
To build your package, specify the Mendix app file (*.mpr*) for which you want to build the deployment package (*.mda*) on the command-line. The file name may be preceded by a relative or absolute path. The app file should be located inside a Mendix app directory.

content/en/docs/refguide10/general/mxbuild.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ For details on the system requirements for MxBuild, see [System Requirements](/r
3636
The examples used in this document are for Windows, except when specifically mentioned otherwise.
3737
{{% /alert %}}
3838

39+
{{% alert color="info" %}}
40+
Note for MXbuild and macOS users:
41+
42+
If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected.
43+
{{% /alert %}}
44+
3945
## Command Line
4046

4147
To build your package, specify the Mendix app file (*.mpr*) for which you want to build the deployment package (*.mda*) on the command-line. The file name may be preceded by a relative or absolute path. The app file should be located inside a Mendix app directory.

0 commit comments

Comments
 (0)