相关疑难解决方法(0)

Xcode 14:命令 PhaseScriptExecution 失败,退出代码非零

将 Xcode 更新到版本 14.0 后,我收到此错误:

命令 PhaseScriptExecution 失败,退出代码非零

如果有人知道如何解决,请告诉我。

Xcode 的屏幕截图

flutter xcode14

44
推荐指数
5
解决办法
9万
查看次数

React Native ios build:找不到节点

我有一个准备好的原型,项目被构建堵塞:

错误:无法找到'node'二进制文件来构建React Native bundle如果您安装了非标准nodejs,请在Xcode中选择您的项目,找到'Build Phases' - 'Bundle React Native code and images'并将NODE_BINARY更改为绝对路径您的节点可执行文件(您可以通过调用终端中的"哪个节点"找到它)

这个反馈对我来说无能为力,我确实有nvm的节点.这是与bash有关的事吗?

提前致谢

build node.js ios react-native

11
推荐指数
8
解决办法
7903
查看次数

Flutter:无法构建 iOS 应用程序“ARCHIVE FAILED”,为设备存档时遇到错误

我试图生成 ipa 文件以将其上传到 App Store,但不幸的是它失败了,并显示“为设备存档时遇到错误”。\n我也尝试从 Xcode 存档,但存档也失败了。它在 ios 模拟器中运行良好 (13)

\n

无法构建 iOS 应用程序\nXcode 构建的错误输出:\n\xe2\x86\xb3\n** 存档失败 **

\n

Xcode 的输出:\n在路径写入结果包:

\n
    /var/folders/8s/2st2j0d97k7cm80h3968jnx80000gn/T/flutter_tools.ph1v\n            kd/flutter_ios_build_temp_dirZbRdRw/temporary_xcresult_bundle\n    \n        error: the following command failed with exit code 0 but produced no\n        further output\n        CompileC\n        \nFailed to package /Users/sunsoft/Downloads/alifpet-app-master.\n    Command PhaseScriptExecution failed with a nonzero exit code\n    note: Using new build system\n    note: Planning\n    note: Build preparation complete\n    note: Building targets in dependency order\n    /Users/sunsoft/Downloads/alifpet-app-master/ios/Pods/Pods.xcodeproj:\n    warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is\n    set to 8.0, but …
Run Code Online (Sandbox Code Playgroud)

xcode ios dart flutter

6
推荐指数
1
解决办法
1万
查看次数

标签 统计

flutter ×2

ios ×2

build ×1

dart ×1

node.js ×1

react-native ×1

xcode ×1

xcode14 ×1