You go compile your program. AppCode finishes with warnings only, and closes the compile window at the bottom of the screen. How do you get AC to show the warnings again?
The "Messages" tool window shows only warnings reported by the compiler. The warnings count you see before committing includes warnings produced by AppCode's own inspections. You can review them all using "Code -> Inspect Code..." menu item.
Hello.
You are looking for "View | Tool Windows | Messages" I guess.
it only seems to show the warnings for this file.
Any way to view all Warning across all files (I get a popup saying I have 100s of warnings when I commit, but I don't see them under 'Message')?
Thanks
The "Messages" tool window shows only warnings reported by the compiler. The warnings count you see before committing includes warnings produced by AppCode's own inspections. You can review them all using "Code -> Inspect Code..." menu item.
Thanks Vyacheslav, that worked for me!
kind regards