将 XCodeProj 拖放到另一个 XCodeProj 中,但没有提供复制选项
我正在尝试“安装”核心图 0.4。
第一条指令是将 XCodeProj 文件拖放到我自己的项目中。我做这个。通常,当我拖放图像或类似内容时,它会询问我是否要将文件复制到我自己的项目中。然而由于某种原因它没有问我,它只是创建一个参考。
我不确定有什么区别,以及它是否仍然可以使用参考,这只是第一个指令(http://recycled-parts.blogspot.com/2011/07/setting-up-coreplot- in-xcode-4.html)表示单击“复制到文件夹”复选框。
然而整个对话并没有出现。我拖放它,它把 xcodeproj 放入我的中,没有任何反应!
困惑哈哈
谢谢
I'm trying to "install" core plot 0.4.
The first instruction is to drag and drop the XCodeProj file into my own project. I do this. Normally when I drag and drop images or the such like it asks me if I want to copy the file into my own project. However for some reason its not asking me, its just creating a reference.
I'm not sure what the difference is, and whether it will still work or not with a reference, its just the first instruction (http://recycled-parts.blogspot.com/2011/07/setting-up-coreplot-in-xcode-4.html) says to click the "copy into folder" checkbox.
However that whole dialogue doesn't come up. I drag and drop and it puts the xcodeproj into mine without anything happening!
confused lol
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:我的解决方案有效,但它有效的原因在于这个答案: https://stackoverflow.com/a/5373575/264947< /a>
--
这就是我修复它的方法:
现在,请小心下一步:
删除第二个独立项目,但选择 **REMOVE REFERENCES。 **
那里。现在您应该将一个项目作为另一项目的依赖项。
Edit: My solution works, but the reason it works is in this answer: https://stackoverflow.com/a/5373575/264947
--
This is what I did to fix it:
Now, be careful with the next step:
Erase the second standalone project but choose **REMOVE REFERENCES. **
There. Now you should have one project as a dependent of another project.