Search code examples
swiftxcodecompiler-errorsxcode11swift5

How to see the Error Panel in Xcode when build fails?


How can xcode can switch to the error pane when building or running fails because of an error in my code?

https://i.sstatic.net/fgK71.png


Solution

  • In Xcode preferences select the Behaviours tab, the select "Fails" in the Build box. On the right select Show Navigator and set to "Issue Navigator";enter image description here