Xcode Enable / Disable Live Issues (Compiler's messages)

By tgalanis , 10 August 2023
Xcode compiler live issues

Xcode gives us the possibility of immediate information about possible errors or available corrections in our code, in real time.

When this option is disabled, the compiler informs us accordingly when we "build" our application.

To enable or disable this option:

  1. Go to menu: Xcode > Settings
  2. Choose General
  3. Enable or disable "Show live issues" checkbox
Xcode compiler live issues check box

If you have any questions, comments or corrections regarding the article, don't hesitate to write them in the comments below.

Do you want us to dedicate the next one to you?

If you are having difficulty at any point (especially if you are interested in starting with programming), write in the comments the topic you want us to write about and we will dedicate it to you!

Comments