XCODE auto save code when build and run?

纵饮孤独 提交于 2019-11-30 03:50:24

问题


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


回答1:


  1. Xcode preferences
  2. Pick 'Building' tab
  3. 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.



来源:https://stackoverflow.com/questions/2271031/xcode-auto-save-code-when-build-and-run

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!