Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create a snapshot using Xcode 7?

I can create snapshot in Xcode 6 this way as shown in below image:

Xcode 6

But in Xcode 7 its not available and you can see that in below Image:

Xcode 7

And control-command-S also doesn't work.

Can anybody tell me now how can I create a snapshot using Xcode 7?

like image 758
Dharmesh Kheni Avatar asked Jun 15 '15 07:06

Dharmesh Kheni


2 Answers

I opened a bug regarding this. According to Apple, "Snapshots have been removed in Xcode 7. You can export existing snapshots in Xcode 7 but not create or restore them."

Hopefully they'll restore them in a future release, but for now I recommend using git from the Source Control menu as suggested by Tim.

like image 114
perlrocks Avatar answered Sep 29 '22 19:09

perlrocks


there isn't snapshot in xcode 7, to resolve this problem, use xcode 6 and 7, xcode 6 to create and restore snapshot and after you can open your project with xcode 7.

like image 40
AlgroDev Avatar answered Sep 29 '22 18:09

AlgroDev