How to Recover XCode project

1

I have put my all xcodeproject in the desktop folder but accidently deleted the entire contents of the desktop!

Can anyone tell me how to recover the source code of .xcodeproj?

Nirmal Jatania

Posted 2009-09-16T08:06:16.530

Reputation: 111

Answers

3

This is not really a programming question.

You're really asking: "How do I undelete a file on a Mac?"

That is a question which is better suited to SuperUser.com. If you look there you will find: How can I restore an item from the Trash in Mac OS X?

Matt Lacey

Posted 2009-09-16T08:06:16.530

Reputation: 297

0

If you still have all your code, and are just missing the project file - create a new empty project with the same name, and drag all your old code back into it.

Kendall Helmstetter Gelner

Posted 2009-09-16T08:06:16.530

Reputation: 101