我错误地从 xcode 项目中删除了一个文件夹,它去了哪里?
我从左侧边栏的文件夹视图中将其删除。它已从应用程序文件夹中消失,并且不在垃圾箱中。它也不让我在 xcode 内撤消。这是一个phonegap 项目,我删除了“www”文件夹。
I deleted it out of the folder view in the left sidebar. It's gone from inside the apps folder and it isn't in the trash. It isn't letting me undo inside xcode either. It's a phonegap project and I deleted the 'www' folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通常,XCode 中的文件夹并不代表文件系统中的真实文件夹。
该文件夹是否包含某些文件?您可以检查这些文件是否仍然存在于项目文件夹的根目录中(通过查找器)吗?
如果是,最简单的方法是创建一个新文件夹,然后将文件再次拖入其中。
Normally, the folders in XCode do not represent real folders in your filesystem.
Did the folder contain certain files? Can you check if these files are still present in the root of your project folder (via finder)?
If yes, the simplest way would be to just create a new folder an drag the files into it again.
我希望你有备份。 Xcode 4 直接删除文件,而不是将它们移至垃圾箱。请在 bugreport.apple.com 提交有关此问题的错误报告!
I hope you have a backup. Xcode 4 deletes the files directly, rather than moving them to the trash. Please, file a bug report about this at bugreport.apple.com!