从 Iphone 恢复错误删除的 Iphone 代码?
昨晚我正在 XCode 中开发游戏,想从我的 Development 文件夹中删除一些旧文件。我多选了它们,然后永久删除。几秒钟后才发现,我还选择并删除了游戏的主要源文件。
我尝试过以我知道的任何其他方式恢复文件(不是在垃圾箱、数据恢复工具中)等。
我能想到的唯一一件事就是尝试以某种方式从调试测试应用程序获取代码我的 iPhone 上有。我很确定这是不可能的,但我想无论如何我都会问,或者是否其他人有潜在的解决方案,因为我失去了很多工作 - 但我没有人可以责怪,除了我自己:(
I was working on my game last night in XCode and wanted to remove a couple of old files from my Development folder. I Multi-Selected them, and deleted permanently. Come to find out seconds after, that I also had the main source file for my game also selected, and deleted.
I've tried to recover the file any other way I know how, (not in trash bin, data recovery tools) etc.
The only other thing I could think of to try is to try and somehow get the code from the debug test app I have on my iphone. I'm pretty sure it's not possible, but figured I'd ask anyway, or if anyone else had a potential solution, because I lost a lot of work -- but I have no one to blame but myself :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是答案是否定的。
源代码只是一系列文本文件,将被制作成汇编代码,然后将其制作成设备的机器代码并放入 IPA 文件中。您根本无法从中检索原始源代码。
Unfortunately the answer is no.
The source code which is just a series of text files would have been made into assembly code, from there it would be make into machine code for the device and put into an IPA file. You simply cannot retrieve the original source code from this.