从 Iphone 恢复错误删除的 Iphone 代码?

发布于 2024-11-17 16:20:19 字数 262 浏览 4 评论 0原文

昨晚我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

再浓的妆也掩不了殇 2024-11-24 16:20:19

不幸的是答案是否定的。

源代码只是一系列文本文件,将被制作成汇编代码,然后将其制作成设备的机器代码并放入 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文