Xcode 4,如何发送整个项目/工作区?

发布于 2024-12-10 18:26:23 字数 286 浏览 0 评论 0原文

我有一个项目/工作区,我想将其压缩并发送给某人,以便他们可以在自己的计算机上对其进行编译。这是一个 iOS 应用程序。

我注意到的一件事是,当我压缩项目目录时,它超过 1GB。我删除了项目目录中的 Derived Data 文件夹。

但是,由于某种原因,它从 ~/Librar/Developer/Xcode/DerivedData 中获取派生数据并将其放入 zip 文件中。

据我所知,没有多个项目。

在不庞大的情况下向某人发送项目的最佳方法是什么?

有没有办法关闭派生数据?

I have a project/workspace that I want to zip up and send to someone so they can compile it on their machine. It's an iOS app.

One thing I am noticing is when I zip the project directory it turns out to be over 1gb. I deleted the Derived Data folder in the project directory.

However, for some reason it's picking up derived data from ~/Librar/Developer/Xcode/DerivedData and putting it into the zip file.

There isn't, as far as I can tell, multiple projects.

What is the best approach to send someone the project with out it being huge?

Is there a way to turn off derived data?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

栀子花开つ 2024-12-17 18:26:23

右键单击“*.xcodeproj”,然后单击“显示包内容”。尝试发送其中包含的“.xcworkspace”。希望这就是您所期待的:)。

Right click on "*.xcodeproj" and click on "Show package contents". Try to send the ".xcworkspace" included in it. Hope This is what you are expecting :) .

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