'Is there some way to stop XCode from showing errors and prompts while I type the code?

Isn't there some way by which I get to know the errors only after I have compiled the program? I don't want to XCode to prompt me for semi colons as I am a student and want to learn how to do it the right way.



Solution 1:[1]

Xcode 12.2 - 2022

  1. Open Xcode preferences (command + ,)
  2. Open General tab
  3. Switch off Show live issues

make show live issues off

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mamad Farrahi