Ios 命令/bin/sh失败,退出代码为128

Ios 命令/bin/sh失败,退出代码为128,ios,obfuscation,code-access-security,Ios,Obfuscation,Code Access Security,有人能说出错误的原因吗?我正试图混淆我的项目。我按照下面的脚本执行,在执行shell脚本时,项目名称、方案等发生更改 脚本使用的是git,您正在非git目录下运行它 我建议注释掉git命令 fatal: Not a git repository (or any of the parent directories): .git echo_and_run git reset --hard echo_and_run git clean -fdx

有人能说出错误的原因吗?我正试图混淆我的项目。我按照下面的脚本执行,在执行
shell脚本时,项目名称、方案等发生更改


脚本使用的是
git
,您正在非
git
目录下运行它

我建议注释掉
git
命令

fatal: Not a git repository (or any of the parent directories): .git

echo_and_run git reset --hard

echo_and_run git clean -fdx