简体   繁体   中英

Where'd my Xcode symbols go?

Some time in the last hour some pretty weird things have been happening with Xcode. There are, apparently, no symbols in my project at all.

有趣... Quite the project...

Even alt-clicking on SDK elements (which would typically bring up the quick help side bar) does nothing. Documentation is downloaded.

一个没有NSLogs的世界...... A world without NSLogs...

Command clicking a class or other object typically sends you to the item's declaration. No such luck for me! All function, classes, methods and pretty much everything but keywords, strings and chars are showing up as plain text within Xcode.

纯文本看起来很无聊。人们如何在IDE之前编写代码?! I <3 My IDE Syntax Formatting

Help me get my symbols back! I've cleaned, I've rebuilt, I've restarted and made sure all the Dwarf settings were right and what not.

帮助找到丢失的符号! Help find the lost symbols!

I haven't experienced your exact issue, but if this happened to me the first thing I'd try is to delete the project derived data using the button in the Organizer , Projects tab, and then restart XCode immediately. Hope this helps.

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