| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
#[Informational Post]
Step1:-
After building the application for iPhone platform you will get one KAR file in below location.
D:\KONY-WORKSPACE\temp\APPLICATION_NAME\build\server\iphonekbf
Step2:-
Need to copy kony latest IOS plugins .jar file under below folder.
D:\KONY-VisulaizerEnterprise-instillationFolder\Kony_Visualizer_Enterprise\plugins
Step3:-
1) Copy both files in to your mac machine.
2) Rename the IOS.jar file to IOS.zip file(EX:-com.kony.ios_8.2.11.v201807051515.jar)
3) double click on IOS.zip file(EX:-com.kony.ios_8.2.11.v201807051515.zip)
4) After unzip you will find real plugin EX:-8.2.11.zip file
5) Again unzip the original file.
6) you will find VMAppWithKonylib folder.
Step4:-
1) open terminal in mac machine
2) You need to go to VMAppWithKonylib/gen folder.
Command:-csemac$ cd /Users/csemac/Desktop/myfiles/com.kony.ios_8.2.11.v201807051515/VMAppWithKonylib/gen
3) extract your KAR file which is already copied at step1.
Command:-csemac$ perl extract.pl /csemac/Desktop/myfiles/konyappiphone.KAR
4) Open the project in xcode.
Command:-csemac$ open ../VMAppWithKonylib.xcodeproj/
5)with the above command It will auto launch your project in xcode
6) Select KRelease and device which is connected to your mac machine.
7) Select play symbol available at your left top most corner which is build and run with current scheme option.
8) You will see the app in your device.