kwigbo

Adventures in iOS!

5 notes &

Turn Off Xcode Undo Warning

I am not sure how many other people get irritated when trying to undo in Xcode. When you save a file you always get a prompt that asks if you want to undo after a save. Running this simple command in Terminal will get rid of that annoying warning.

defaults write com.apple.Xcode XCShowUndoPastSaveWarning NO
You will have to restart Xcode after changing this setting.

Filed under snippet iphone iphone dev xcode

  1. melgray reblogged this from kwigbo
  2. kwigbo posted this