Xernox
Xernox

Reputation: 1736

Recover xcode project from installed app on iPhone

I exedentaly deleted my xCode project, but I still have app installed on my iPhone. Is it somehow possible to retrieve at least some part of original project files from app itself?

Upvotes: 0

Views: 271

Answers (1)

FractalDoctor
FractalDoctor

Reputation: 2546

No, it's not possible to do this.

You may be able to recover the original archive file created prior to installation on your device from inside the following directory (depending on how you deleted the original project) which may be of help.

~/Library/Developer/Xcode/Archives/

Upvotes: 1

Related Questions