【发布时间】:2018-03-22 09:58:17
【问题描述】:
我使用cordova 开发了一个混合应用程序,Android 的apk 已成功构建,现在我想制作ipa 文件以在苹果手机上运行我的应用程序。我有分发证书.mobileprovison 文件和.p12 文件。我用phonegap 成功构建了ipa,但我想用cordova 自定义构建如何做到这一点。
到目前为止我尝试了什么
cordova build ios --device
但是我面临xcodebuild not present的这个错误
如下
PS C:\Users\A.BASIT\phonegap\tmp\userapp> 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.
【问题讨论】:
标签: cordova phonegap cordova-ios