How to tell Xcode to save the source code automatically without prompting, each time I hit on the build and run?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
- Xcode preferences
- Pick 'Building' tab
- Lower right corner "For unsaved files:" pick "Always save".
回答2:
Xcode Preferences → Building → Build Options → For Unsaved Files → Always Save?
回答3:
it seems this is the default behaviour in the current xcode 5.
hopefully it will return so we can turn it OFF
and dont have this painfully slow rebuild.