简体   繁体   中英

transfer my own app from device to xcode

I have built an ios app which I have tested successfully on my ios device. Since last build Ive had to rebuild my laptop and as such Ive lost my xcode project. Is there a way I can transfer the app from my device back into xcode?

The way you are getting your thing is totally different. However you can recover some part of your project data like images, what framework you have used etc.

First you need to connect your device with your system, then open iTunes and select your app then download that app. Now you have to click on that app see option for Show In Finder and click it

If you see your .ipa file, then make it a zip of it and then unzipped it, a payload name folder will appear on your screen. you will see appName.app, right click on it and select show package contents. This will show the app package contents. You can recover few data from that. But if you are thinking to recover code level data then it is not possible.

And you need to make a backup of your project whenever you make any updations so that any accident happened does not affect your main project.

不可能,这是不可能的...下次使用例如Git之类的 Source Control来跟踪您的代码并防止将来发生这种情况(这是Source Control的众多优势之一)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM