xcodexcode4.3

How to retrieve replaced file in xcode


I accidentally replace one of the .h file in Xcode.Thus the current .h file is empty. Is there anyway i can retrieve it back as it is alot of work.

please kindly provide me with a solution.

Thank you.


Solution

  • If your project is under Git , and you committed your last version to Git , you can revert to last version.

    Else, if you have Time Capsule and you enabled it, you can revert to older time of the document.

    Last, if you have none of the above and you have no luck with Cmd + Z , then you have to rewrite it.