Build .IPA Using Xcode ?

0
Hi, I made a Mendix React Native app. Is there a way to build .ipa & .apk files without using github & appcenter. For example react native projects usually include native parts in the project folder. While generating .ipa, js is bundled & included as a phase of native build process.  Is there a way to generate .ipa from react native mendix app using my Macbook ? I want to build ipa locally, I don’t want to use github or appcenter. Is it possible ? Thanks  
asked
2 answers
1

Hi, 

Yes you can package your native project into an IPA file in you macbook using Xode and Native builder. Detailed documentation can be found here . 

answered
0

Yes, that is possible. We are doing so using Android Studio. Had no requirements for ios, but I know it is possible.

answered