Native builder v1.0.128 - restore to default build type

0
Hi, I was building a native app and changed the build type to advanced, so it look like this now: Is it possible to change it back to this default build option?
asked
1 answers
1

Hello Peter

 

Once the change on Build Type to Advanced mode, the UI doesn’t allow go back to previous settings.

 

Maybe this is not the best solution, but you can try rename your

..\nativemobile\.config 

file to something like

..\nativemobile\.config.old

and redo the NativeBuilder wizard again.

 

This will create a new .config file that will show the Default build option once the wizard is done.

Then, you can use a diff tool (like WinMerge or Notepad++) to copy the settings from the old file to the new.

 

 

Hope this helps.

answered