将 XCodeProj 拖放到另一个 XCodeProj 中,但没有提供复制选项

发布于 2024-12-06 01:23:31 字数 355 浏览 0 评论 0原文

我正在尝试“安装”核心图 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮华 2024-12-13 01:23:31

编辑:我的解决方案有效,但它有效的原因在于这个答案: https://stackoverflow.com/a/5373575/264947< /a>

--

这就是我修复它的方法:

  1. 关闭 Xcode。
  2. 打开 Xcode 并创建一个新工作区。
  3. 文件>将文件添加到“工作区”。
  4. 添加第一个项目。
  5. 构建以确保其正确构建。
  6. 文件>将文件添加到“工作区”。
  7. 添加第二个项目。
  8. 构建以确保其正确构建。
  9. 将一个项目拖到另一个项目中。

现在,请小心下一步:

删除第二个独立项目,但选择 **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:

  1. Close Xcode.
  2. Open Xcode and create a new workspace.
  3. File > Add files to "Workspace".
  4. Add the first project.
  5. Build to make sure it builds correctly.
  6. File > Add files to "Workspace".
  7. Add the second project.
  8. Build to make sure it builds correctly.
  9. Drag one project into another.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文