如何用科尔多瓦构建"ipa"



我用科尔多瓦开发了一个混合应用程序 安卓apk已成功构建,现在我想制作ipa文件以在苹果手机上运行我的应用程序。我有分发证书.mobileprovison文件和.p12文件。我成功地用 phonegap 构建了ipa,但我想用 cordova 定制构建如何做到这一点。

到目前为止我尝试过什么

cordova build ios --device

但是我面临着这个错误,xcodebuild not present

如下

PS C:UsersA.BASITphonegaptmpuserapp> cordova build ios
(node:16504) UnhandledPromiseRejectionWarning: Unhandled promise rejection 
(rejection id: 1): xcodebuild was not found. Please install version 7.0.0 or 
greater from App Store
(node:16504) [DEP0018] DeprecationWarning: Unhandled promise rejections are 
deprecated. In the future, promise rejections that are not handled will 
terminate the Node.js process with a non-zero exit code.

您需要一台 Mac 来构建 IOS 应用程序。

本地或使用远程构建

最新更新