Recover project (application) installed on Iphone - Xcode

0

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

    
asked by anonymous 20.11.2015 / 18:59

1 answer

4

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

    
20.11.2015 / 19:50