简体   繁体   中英

How to export and run iOS project from Kony Visualizer to Xcode?

我不习惯使用 kony 平台,我创建了简单的应用程序,但我想将其导出并作为本机 iOS .xcocdeproj运行。

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.

Please do this below steps.

  1. 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.

  2. Copy above file and rename it as zip file and unzip it.

  3. once unzip was done inside you can find another zip file please unzip. ( ex: 8.2.28.zip)
  4. you can see folder called VMAppWithKonylib.
  5. now go open command-line tool and go to VMAppWithKonylib location.
  6. now go to gen folder location inside your commandline. gen folder will inside VMAppWithKonylib. 7.now run this command - perl extract.pl konyappiphone.KAR
  7. once extract done now go to VMAppWithKonylib and open project in xcode.

let me know if you are facing any more issues.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM