gpt4 book ai didi

ios - 使用 cordova-cli 构建 iOS 平台时出错

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:31:59 24 4
gpt4 key购买 nike

自从我从 Cordova 6.0.0 升级到最新版本 6.4.0 后,我一直无法成功构建。

我的流程如下:

cordova platform rm ios
cordova platform add https://github.com/apache/cordova-ios.git
cordova build --buildConfig=build.json ios --device

我无法构建到模拟器,因为我项目中的一个插件不支持它。

我的 build.json 文件如下所示:

{
"ios": {
"debug": {
"codeSignIdentity": "iPhone Developer",
"provisioningProfile": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"developmentTeam": "xxxxxxxxxx",
"packageType": "development"
}
}
}

我得到的错误是:

Check dependencies
Bio-Oil Verify requires a provisioning profile. Select a provisioning profile for the "Debug" build configuration in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'

据我的调查显示,这是使用最新版本的 cordova-ios 构建的正确方法。

我的设置如下:

sw_vers -productVersion(Mac version)   10.12.1
cordova -v 6.4.0
ios-deploy -V 1.9.0
cordova platform list 4.4.0-dev
/usr/bin/xcodebuild -version Xcode 8.1

谁能阐明我在这里缺少的东西?

最佳答案

我只使用配置文件,请尝试删除所有其他属性。

{
"ios": {
"debug": {
"provisioningProfile": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx"
}
}
}

如果这不起作用。打开构建失败的 xcode 项目(确切的构建编号和目录将在输出中。

打开 xcode 项目,你很可能会看到错误(签名旁边的红旗)你可以勾选,允许 xcode 自动签名,这应该从那时起构建。

关于ios - 使用 cordova-cli 构建 iOS 平台时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40909896/

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