I am not used to work with kony platform and I have created simple app but I want to export it and run it as native iOS .xcocdeproj
.
Asked
Active
Viewed 926 times
1

sudo
- 906
- 2
- 14
- 32

Rishil Patel
- 1,977
- 3
- 14
- 30
2 Answers
0
Kony Visualizer gives you different ways of building and viewing your app, depending on your needs. In Kony Visualizer Enterprise, you can build your app either from the Product menu, or from a command line. And you can view your built app either by previewing it on a mobile device, or by using device emulators and simulators that you configure. Please refer to this docs link to build for iOS using Kony Visualizer.

Arun
- 43
- 2
- 10
-
can you describe the process of emulators and simulators configuration? – Rishil Patel Feb 18 '19 at 22:08
0
Please do this below steps.
once Kar file was build. go to your visualizer installation folder and go to plugins and then you can find com.kony.ios_8.2.28.v201811051627.jar file if you are using 8.2.28 version just for example.
Copy above file and rename it as zip file and unzip it.
- once unzip was done inside you can find another zip file please unzip. ( ex: 8.2.28.zip)
- you can see folder called VMAppWithKonylib.
- now go open command-line tool and go to VMAppWithKonylib location.
- now go to gen folder location inside your commandline. gen folder will inside VMAppWithKonylib. 7.now run this command - perl extract.pl konyappiphone.KAR
- once extract done now go to VMAppWithKonylib and open project in xcode.
let me know if you are facing any more issues.

Sastry Kasibotla
- 128
- 9
-
I have tried and open project in xcode but when I tried to run it gave me an error : "error: /Users/alpeshpatel/KonyEnterPrise/KonyVisualizerEnterprise8.4.0.0/Kony_Visualizer_Enterprise/plugins/com.kony.ios_8.4.0.v201901181124 copy/VMAppWithKonylib/UserWidgetJSScripts: No such file or directory" – Rishil Patel Feb 24 '19 at 02:50
-
-
I had opened project in xcode as per your mentioned steps but when my question is could I run that project in xcode? because when I tried to run in xcode I got an error - "error: /Users/alpeshpatel/KonyEnterPrise/KonyVisualizerEnterprise8.4.0.0/Kony_Visualizer_Enterprise/plugins/com.kony.ios_8.4.0.v201901181124 copy/VMAppWithKonylib/UserWidgetJSScripts: No such file or directory". – Rishil Patel Feb 25 '19 at 03:45