Recover project(application) installed on Iphone - Xcode

Asked

Viewed 91 times

0

I have a project that was working and I installed it on Iphone(to test) and now I would like to know if it is possible to do the reverse way and bring this project back to Mac(Xcode) ?

1 answer

4


Not possible. When compiling the project, Xcode generates a file. ipa containing compiled code (executable) along with resources (images, plists, etc.). The most you can get is to extract ipa as zip and access these features, but there is no way you will get an Xcode project back.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.