To build a Mendix Native iOS app on macOS, follow these essential steps and official links:
index.bundle and assets folder from your project's deployment/native/bundledirectory.ios/Bundle folder of the downloaded template.npm install in the root and pod install inside the ios folder..xcworkspace file, configure Signing, and Build.If your build fails in Xcode:
index.bundle is actually added to the Copy Bundle Resources section in Xcode's Build Phases.index.bundle.Would you like the specific Terminal command to generate the bundle without using the Windows UI?