How to recover accidentally deleted application target from Xcode?

I was developing a large application, and in the final version I accidentally deleted the purpose of my application, and all the code is gone now. Does anyone know how to get it?

+2
source share
2 answers

1 You select the “Add Target” method (at the bottom of this screen):

enter image description here

2 Next, select “One-View Application”.

3 In the following view, in "product name" enter the same name as your projext name, and in the "project" select your actual project:

enter image description here

After that, you will be prompted to create and run a project

+1
source

, , XCode .

  • Xcode , .
  • ViewController AppDelegate, , Xcode.
  • , .
  • (, , plists ..) .

, , , , .

0

All Articles