简体   繁体   中英

Xcode 5.1.1 not compiling the project

Xcode 5.1.1 is taking infinite time to run the project. Project just waits infinitely at "Generating dSYM file" status.

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.

In the end. I could not compile the file.

Please help me with the issue.

Check that your info.plist is not corrupt. In past I've manually edited such files and got similar problems (git merge conflicts).

General answer: you could use git bisect to go to last compiling version and then check what has changed since then.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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