How to prevent Xcode from rebuilding project every time How to prevent Xcode from rebuilding project every time xcode xcode

How to prevent Xcode from rebuilding project every time


There is actually an option in Xcode to run without building the code first. Select the "Run Without Building" option under Product > Perform Action. The hotkey for this is ctrl + cmd + R.