2

The "snapshot" function seems to have disappeared in xcode7-beta.

Under projects you can still see snapshots to restore.

Under file there is no create snapshot enter image description here

enter image description here

Ryan Heitner
  • 13,119
  • 6
  • 77
  • 119

1 Answers1

0

Try Windows > Projects and the snap shots are available there.

  • How do you add one, please supply a screen shot – Ryan Heitner Feb 02 '16 at 16:50
  • In Xcode 6.4, the Preferences > Behaviors menu had an option you could turn on: "Create a Snapshot" at many steps. Also, there are File menu entries to create and restore a snapshot. Those are all removed in 7.2. Apple forums have said in the past that you need to do scm commits before doing big edits such as refactoring. – Paul Crowell Feb 05 '16 at 01:56
  • Apple forums have said in the past that you need to do scm commits before doing big edits such as refactoring. Since the behaviors have the script entry, you can put a script in of your own, e.g. gnutar -czf file.gz . – Paul Crowell Feb 05 '16 at 02:03