Orpheus Mercury
Orpheus Mercury

Reputation: 1627

Why don't I get any compiler warnings in Xcode 4.5?

I recently switched to Xcode 4.5 and I no longer receive realtime compiler warnings. I only receive the warnings after building my project. I can literally type in "laskjflskdjf" and get no errors until compile time.

Additionally, after building a project, receiving a warning, and resolving the issue, the yellow or red warning icon is not removed until I build the project again.

Are there build settings that I must manually adjust to correct this?

Thanks!

Upvotes: 0

Views: 109

Answers (1)

Daniel Zhang
Daniel Zhang

Reputation: 5858

In Xcode 4.5.2, the option is in Preferences > General > Show live issues. I was able to reproduce what you describe by unchecking this option.

Upvotes: 1

Related Questions