删除警告错误(缺少不再存在的文件夹)
我收到此警告消息,但不知道如何消除它。我曾经在我的文件夹(在桌面上)中有一个文件夹 MBRAND3,我清理了这个文件夹(我把它移到了另一个地方)。然后我重新编辑了链接。一切正常,但编译器仍在寻找文件夹以前的位置。
您知道如何清除此错误消息吗?
谢谢
I have this warning message, and I don't know how to get rid of it. I used to have a folder MBRAND3 in my folder (on the desktop) and I cleaned this folder (I moved it in another place). Then I reedited the links. All works fine, but the compiler is still looking for the former place of the folder.
Do you know what to do to clean this error message ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要从此处删除它:
You'll need to delete it from here:
看起来您的项目设置中的某处仍在进行链接
尝试干净构建(清理所有目标,构建)
签入如果在任何位置仍引用旧路径,则
Looks like you still have the linking going on somewhere in your project settings
Try a clean-build (Clean all targets, Build)
Check in the project settings AND target settings if the old path is still being referenced at any location
如果上述操作失败,在您的 xcodeproj 中(显示包内容) - 您将有一个 pbxproj 文件 - 尝试在 textwrangler 或类似文件中打开该文件,并手动删除任何旧文件/文件夹引用。不过先备份!
if the above fail, inside your xcodeproj (show package contents) - you will have a pbxproj file - try opening that in textwrangler or similar and delete any old file/folder references manually. backup first though!