gpt4 book ai didi

cordova - 构建 Ionic 3 应用程序时出现错误

转载 作者:行者123 更新时间:2023-12-04 04:52:43 24 4
gpt4 key购买 nike

我刚刚更新到 Mac Mojave(我确定这是否是我的问题的原因)。

问题是每次我尝试使用该命令构建我的应用程序时。

ionic cordova build ios

我收到以下错误。
CordovaError: Promise rejected with non-error: 'ios-deploy was not found. Please download, build and install version 1.9.2 or greater from https://github.com/phonegap/ios-deploy into your path, or do \'npm install -g ios-deploy\''
at cli.catch.err (/usr/local/lib/node_modules/cordova/bin/cordova:30:15)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
enter code here [错误] 运行子进程cordova 时出错。
    cordova build ios exited with exit code 1.

Re-running this command with the --verbose flag may provide more information.

我想我需要安装 ios-deploy 所以我运行了这个命令。
npm install -g ios-deploy

但我收到以下错误。
npm ERR! code ELIFECYCLE
npm ERR! errno 65
npm ERR! ios-deploy@1.9.3 preinstall: `./src/scripts/check_reqs.js && xcodebuild`
npm ERR! Exit status 65
npm ERR!
npm ERR! Failed at the ios-deploy@1.9.3 preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/alex/.npm/_logs/2018-10-15T15_07_47_819Z-debug.log

我一直在到处寻找答案,但我找不到。

最佳答案

似乎在 ionic 论坛中有一个关于这个或一个非常相似的问题的线程:
ionic forum link

总结一下,XCode 存在一些问题,或者某些依赖项不在预期的位置。

您能否尝试以下操作(如果由于权限原因失败,请添加 sudo):
npm install -g ios-deploy --unsafe-perm=true

关于cordova - 构建 Ionic 3 应用程序时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52819840/

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