简体   繁体   English

Xcode clang:错误:链接器命令失败,退出代码为 1(UNITY 用于创建)

[英]Xcode clang: error: linker command failed with exit code 1 (UNITY used for creation)

There are many other people with a VERY similar problem to this, but I have not seen Unity itself mentioned in anything related to this issue.还有很多其他人有与此非常相似的问题,但我没有看到在与此问题相关的任何内容中提到 Unity 本身。 My Error is:我的错误是:

Summary of Error:错误总结:

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Full Error:完整错误:

ld: could not open bitcode temp file: /Users/Ryan/Library/Developer/Xcode/DerivedData/Unity-iPhone-
  eovqdsbeqkeftcdnyutjuztsgocg/Build/Intermediates/ArchiveIntermediates/Unity
-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-
iphoneos/Unity-iPhone.build/Objects-
normal/armv7/ProductName.bundle.t3Mkr7/1293.bc for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am using Unity3D for this project and all of the files etc. are made by them, so I do not know really anything about Xcode and how to fix this through Xcode.我在这个项目中使用 Unity3D,所有文件等都是由他们制作的,所以我对 Xcode 以及如何通过 Xcode 解决这个问题一无所知。 All help is very appreciated!非常感谢所有帮助! thank you.谢谢你。

尝试在项目设置中将 bitcode 设置为 false

暂无
暂无

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

相关问题 Unity,Xcode和Clang:错误:链接器命令失败,退出代码为1 - Unity, Xcode and clang: error: linker command failed with exit code 1 铛:错误:链接器命令失败,退出代码为1,Xcode链接器错误 - clang: error: linker command failed with exit code 1, Xcode Linker Error 铛:错误:链接器命令失败,退出代码为1(Unity中的XMPP库已导出xcode - clang: error: linker command failed with exit code 1 (XMPP library in Unity exported xcode Unity 3D iOS游戏构建失败Xcode 8.32:“clang错误链接器命令失败,退出代码为1” - Unity 3D iOS Game Build Fail Xcode 8.32: “clang error linker command failed with exit code 1” 链接器命令失败,退出代码1 clang:错误 - linker command failed with exit code 1 clang:error xcode中的错误:clang:错误:链接器命令失败,退出代码为1(使用-v查看调用) - error in xcode : clang: error: linker command failed with exit code 1 (use -v to see invocation) Xcode 5- clang:错误:链接器命令失败,退出代码为1(使用-v查看调用) - Xcode 5- clang: error: linker command failed with exit code 1 (use -v to see invocation) 修复-Xcode 9.1-铛:错误:链接器命令失败,退出代码为1(使用-v查看调用) - Fix - Xcode 9.1 - clang: error: linker command failed with exit code 1 (use -v to see invocation) clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)Xcode 9 - clang: error: linker command failed with exit code 1 (use -v to see invocation) Xcode 9 clang:错误:在xcode上进行单元测试时,链接器命令失败,退出代码为1(使用-v查看调用) - clang: error: linker command failed with exit code 1 (use -v to see invocation) when doing unit test on xcode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM