简体   繁体   English

xcode Firebase Crashlytics 命令 PhaseScriptExecution 失败,退出代码为非零

[英]xcode Firebase Crashlytics Command PhaseScriptExecution failed with a nonzero exit code

I have an application that I wrote with swift.我有一个我用 swift 编写的应用程序。 I want to see crash reports of the app after the release.我想在发布后查看应用程序的崩溃报告。 I want to add Firebase Crashlytics for this.我想为此添加 Firebase Crashlytics。 I do everything in this link .我在这个链接中做所有事情。 but during compilation i get the following error:但在编译期间我收到以下错误:

/bin/sh: /Users/durak/Library/Developer/Xcode/DerivedData/Kelimeci-auysdliostxzkgcllzdsmxabridn/Build/Intermediates.noindex/Kelimeci.build/Debug-iphonesimulator/Kelimeci.build/Script-65F1AA5C273CEB5C00F5B530.sh: /bin/shr: bad interpreter: No such file or directory

Command PhaseScriptExecution failed with a nonzero exit code

I've been searching for hours and can't find a solution.我一直在寻找几个小时,但找不到解决方案。 I removed the pod and reinstalled it, still didn't work.我卸下了吊舱并重新安装了它,但仍然无法正常工作。 What is the problem, where am I going wrong?有什么问题,我哪里出错了?

xcode 12.5代码 12.5

在此处输入图像描述

在此处输入图像描述

I have the same problem.我也有同样的问题。 In my situation because I use nvm and node version 16.13.1 when I change the version to 16.6.0 it fixes the problem.在我的情况下,因为当我将版本更改为 16.6.0 时使用 nvm 和节点版本 16.13.1,它可以解决问题。 nvm alias default 16.6.0 nvm 别名默认 16.6.0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Xcode 12.0.1 命令 PhaseScriptExecution 失败,ZendeskSDK 的退出代码非零 - Xcode 12.0.1 Command PhaseScriptExecution failed with a nonzero exit code for ZendeskSDK 命令 PhaseScriptExecution 失败,退出代码非零 Xcode 11.3.1 - Command PhaseScriptExecution failed with a nonzero exit code Xcode 11.3.1 命令 PhaseScriptExecution 失败,xcode 13.4.1 中 flutter 项目的退出代码为非零 - Command PhaseScriptExecution failed with a nonzero exit code for flutter project in xcode 13.4.1 命令 PhaseScriptExecution 失败,退出代码非零 Xcode 11 (BuildPhase Script) - Command PhaseScriptExecution failed with a nonzero exit code Xcode 11 (BuildPhase Script) Xcode11 命令 PhaseScriptExecution 因 SDWebImage 的非零退出代码而失败 - Xcode11 Command PhaseScriptExecution failed with a nonzero exit code with SDWebImage Xcode 10.2.1 命令 PhaseScriptExecution 因非零退出代码而失败 - Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code Xcode 13.2 命令 PhaseScriptExecution 失败,退出代码为非零 - Xcode 13.2 command PhaseScriptExecution failed with a nonzero exit code Xcode 11.3.1 - 命令 PhaseScriptExecution 失败,退出代码为非零 - Xcode 11.3.1 - Command PhaseScriptExecution failed with a nonzero exit code Xcode 12 更新“AFNetworking”命令 PhaseScriptExecution 失败,退出代码为非零 - Xcode 12 update 'AFNetworking' Command PhaseScriptExecution failed with a nonzero exit code 添加 firebase 后,命令 PhaseScriptExecution 失败,退出代码非零 - Command PhaseScriptExecution failed with a nonzero exit code after adding firebase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM