因此,我丢失了应用程序的整个 Xcode 项目
所以我做了一件非常愚蠢的事情......我买了一个新的 MBP,然后把我的旧的给了一个朋友。在此之前,我将大文件夹的所有内容(文档、下载等)转移到我的新 Mac 上,然后删除了旧 Mac 上的用户。不幸的是,我忽略了传输包含当前位于 App Store 上的应用程序的整个 Xcode 项目的文件夹,因为它不在这些文件夹之一中,而我是唯一拥有它的人。我想到的唯一能够检索它的方法是,由于我必须将二进制文件上传到 iTunes Connect 才能提交应用程序,Apple 可能仍然拥有它。否则,我想如果我想再次更新它,我将不得不完全从头开始。我刚刚通过 iTunes Connect 联系了 Apple,但我想知道是否有人知道我现在能做什么,主要是 Apple 是否真的会将所有文件退还给我。谢谢。
So I did something really stupid... I got a new MBP, and gave my old one to a friend. Before I did that, I transferred all of the contents of my big folders (Documents, Downloads, etc...) to my new Mac, and then I deleted the user on my old Mac. Unfortunately, I neglected to transfer the folder that contained the entire Xcode Project for my app that is currently on the App Store, as it wasn't in one of those folders, and I'm the only one who had it. The only way of being able to retrieve it that I thought of was that since I had to upload the binary to iTunes Connect to submit the app, Apple might still have it. Otherwise, I guess I'll have to completely start from scratch if I ever want to update it again. I just contacted Apple via iTunes Connect, but I was wondering if anyone has any idea of what I am able to do now, mainly, if Apple will actually give me all the files back. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您是否有机会通过 timemachine 进行备份?
如果发生火灾,Timemachine 无法为您提供帮助(请参阅 http://github.com 了解您可以采取的措施火灾、飓风、龙卷风、火山或小偷),但也许它现在就能拯救你的培根。 :)
Any chance you've got a backup via timemachine?
Timemachine can't help you in the case of a fire (see http://github.com for what you can do about fires, hurricanes, tornadoes, volcanoes, or thieves), but maybe it can save your bacon right now. :)
是的,你几乎失去了它。我建议查看一些源代码管理 - 例如 Github。它内置于 XCode 中,Github 对于私有存储库来说非常便宜,对于公共存储库来说是免费的。
Yeah, you pretty much lost it. I'd recommend looking at some source control - for example Github. It's built into XCode, and Github is pretty cheap for Private Repositories, and free for public ones.
您(或苹果)将无法从二进制文件中检索它。
没有版本控制系统?!
You (nor Apple) won't be able to retrieve it from the binary.
No revision control system?!
您擦除了数据还是只是简单地删除了?
因为,当仅简单删除数据时,就有可能从 HDD(或至少某些部分)中检索数据。删除通常不会擦除数据。
如果您可以获得旧硬盘,您应该:
- 将其插入外部 USB-HDD 外壳
- 连接到您的新 MAC
- 将图像制作为一个大文件(使用命令“dd”)(假设您的新硬盘比旧硬盘大)
- 通过多种工具,您可以
在每次使用旧硬盘时“尝试”恢复一些数据,从而大大降低从中恢复某些数据的机会。
You wiped your data or only simply deleted?
Because, here is a possibility retrieve data from the HDD (or at least some parts) when only simply deleted them. Delete usually does not wipe the data.
If you can get your old HDD, you should:
- insert it into external usb-HDD enclosure
- attach to your new MAC
- make an image from it to one big file (with the command "dd") (assuming than your new HDD is bigger than your old)
- and with several tools you can "try" recover some data
every use of the old HDD drastically lowering the chance recovering something from it.