how to view compile warnings

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?

0
Avatar
Permanently deleted user

Hello.

You are looking for "View | Tool Windows | Messages" I guess.

0
Avatar
Permanently deleted user

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

0

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.

0
Avatar
Permanently deleted user

Thanks Vyacheslav, that worked for me!

kind regards

0

请先登录再写评论。