我已经制作了一个项目,并为Android制作了apk,现在我想为iphone制作ipa文件,我有分发证书.mobileprovison文件和.p12文件 我用phonegap成功构建了ipa 但我想用cordova定制构建如何做到这一点。
我试过了
cordova build ios --device
但是它给出了xcodebuild不存在的错误
如下
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.