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:
- Go to menu: Xcode > Settings
- Choose General
- Enable or disable "Show live issues" checkbox

Comments