views:

426

answers:

2

How to tell Xcode to save the source code automatically without prompting, each time I hit on the build and run?

thanks in advance

+12  A: 
  1. Xcode preferences
  2. Pick 'Building' tab
  3. Lower right corner "For unsaved files:" pick "Always save".

Screenshot: Screenshot

Carl Norum
Well answered... Thanksss
sukitha
+4  A: 

Xcode Preferences → Building → Build Options → For Unsaved Files → Always Save?

zoul
Well answered... Thanksss
sukitha