简体   繁体   English

Xcode 5.1.1不编译项目

[英]Xcode 5.1.1 not compiling the project

Xcode 5.1.1 is taking infinite time to run the project. Xcode 5.1.1花费了无限的时间来运行项目。 Project just waits infinitely at "Generating dSYM file" status. 项目只是无限期地等待“正在生成dSYM文件”状态。

I tried updating "DWARF with dSYM file" with "DWARF" It again waits for ages showing status "Processing 'info.plist' file" in the Xcode top bar. 我尝试用"DWARF"更新"DWARF with dSYM file" "DWARF"它再次等待在Xcode顶部栏中显示状态"Processing 'info.plist' file"年龄。

In the end. 到底。 I could not compile the file. 我无法编译该文件。

Please help me with the issue. 请帮我解决这个问题。

Check that your info.plist is not corrupt. 检查您的info.plist是否未损坏。 In past I've manually edited such files and got similar problems (git merge conflicts). 过去,我已经手动编辑了此类文件,并遇到了类似的问题(git合并冲突)。

General answer: you could use git bisect to go to last compiling version and then check what has changed since then. 通用答案:您可以使用git bisect转到上一个编译版本,然后检查此后发生的更改。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM