Xcode 4,如何发送整个项目/工作区?
我有一个项目/工作区,我想将其压缩并发送给某人,以便他们可以在自己的计算机上对其进行编译。这是一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击“*.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 :) .