XCODE auto save code when build and run?

前端 未结 3 749
天涯浪人
天涯浪人 2021-01-05 02:59

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

相关标签:
3条回答
  • 2021-01-05 03:29
    1. Xcode preferences
    2. Pick 'Building' tab
    3. Lower right corner "For unsaved files:" pick "Always save".
    0 讨论(0)
  • 2021-01-05 03:42

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

    0 讨论(0)
  • 2021-01-05 03:54

    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.

    0 讨论(0)
提交回复
热议问题