xcode 4 无法重新添加移动的文件
我必须在项目文件夹中移动一个文件。 在我移动它之后,xcode 显示该文件丢失(显然)。 因此,我通过拖放操作将文件重新添加到项目中,并删除了 xcode 中的旧条目。
现在“新”文件仍然在 xcode 中, 但由于某种原因,此提交的代码感知和语法突出显示已损坏,如果我尝试构建该项目,xcode 会抱怨此文件会丢失...
我已经清理了我的项目并删除了派生数据,但它仍然存在不工作... 还有其他想法吗?在这里开始发疯:(
编辑:顺便说一句,尝试使用 xcode 4.1 和 iOS SDK 4.3 以及 xcode 4.2 和 iOS SDK 5
I had to move a file within my project folders.
After I moved it, xcode showed the file as missing (obviously).
So I re-added the file via drag-n-drop into the project and deleted the old entry in xcode.
Now the "new" file is still in xcode,
but for some reason for this filed code-sense and syntax highlighting is broken and if I try to build the project, xcode is complaining this file would be missing...
I already cleaned my project and also deleted the derived data, but it's still not working...
Any other ideas? Starting to go nuts over here :(
EDIT: Btw, tried with xcode 4.1 and iOS SDK 4.3 as well as xcode 4.2 with iOS SDK 5
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,奇怪的是,在我将文件添加到另一个组而不是之前所在的组后,它起作用了,一旦我将文件移回该组,它就再次停止工作......
删除该组并重新创建它有效。
Ok strangely enough it worked after i added the file to another group than the one it was in before and as soon as i move the file back into the group it stops working again...
Deleting the group and recreating it worked.