gpt4 book ai didi

android - 如何使用命令行构建 Kony iOS 项目

转载 作者:行者123 更新时间:2023-11-29 15:12:55 26 4
gpt4 key购买 nike

我的目标是为 Jenkins 建立一个 Kony 项目CI。所以基本上我需要知道如何在 unix 命令行上构建项目。使用 Kony Studio 时,我的项目构建没有问题。

我已经设法在项目目录中的 build.xml 上使用 ant 构建了一个 android .apk。这也为 ios 构建了一个 .kar 文件。 我现在如何使用命令行通过 xcode 触发 ipa 构建

环境:Mac OSX 10.10.2 和 Kony Studio 6.0。

最佳答案

您需要复制“com.kony.ios_5.5.x.jar”文件并将其重命名为“com.kony.ios_5.5.x.zip ”。

    Unzip the "com.kony.ios_5.5.x.zip",
The unzipped folder contains 5 files, one of it is "**iOS-GA-5.5.x.zip**".
Make sure that you DO NOT delete any of these 5 files.

Unzip the "iOS-GA-5.5.x.zip" , it will give you the "VMAppWithKonylib" folder.

Now, close all the xcodes you might have open.

Then delete data at path Users/(UserName)/Library/Developer/Xcode/DerivedData

Now go to Terminal

Navigates upto Gen folder using cd (e.g. cd /Users/foo/Desktop/VMAppWithKonylib/gen)

Type pearl extract.pl <KAR file path> and launch the Xcode and do a build. (e.g. perl extract.pl /Users/foo/Downloads/konyappiphone-193.kAR)

Now type open <xcodeproj path>. (e.g. open /Users/foo/Desktop/VMAppWithKonylib/VMAppWithKonylib.xcodeproj)

现在应用程序将在 xcode 中运行。存档并继续生成 IPA。

关于android - 如何使用命令行构建 Kony iOS 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28608908/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com