在Xcode中构建时,我面临无法执行命令:死亡:9 [关闭]

ryoqjall  于 2023-05-30  发布在  其他
关注(0)|答案(1)|浏览(104)

**关闭。**此题需要debugging details。目前不接受答复。

编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将帮助其他人回答这个问题。
5天前关闭。
Improve this question
我在Xcode中构建应用程序时遇到了这个问题。在Xcode中构建时,我面临无法执行命令:Killed:9和clang前端命令由于单个
/Users/Library/Developer/Xcode/DerivedData/Sam_iOS-afgaotegkjzsyuhlaowmgdqxoowl/SourcePackages/checkouts/grpc-ios/native_src/src/core/ext/xds/xds_endpoint.cc无法执行命令:被杀:9人
我试过清理项目,卸载和安装,卸载安装xcode,pode删除,pod更新,删除,pod安装。我的xcode版本是14.3,pod版本是1.12.1

ttp71kqs

ttp71kqs1#

这个问题最常见原因是,如果你的项目是用Swift编写的,而你试图用与Swift版本不兼容的Xcode版本编译项目。
iOS Xcode compile error: unable to execute command: Segmentation fault: 11

相关问题