简体   繁体   English

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

[英]Xcode 4, how to send entire project/workspace?

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. 这是一个iOS应用。

One thing I am noticing is when I zip the project directory it turns out to be over 1gb. 我注意到的一件事是,当我压缩项目目录时,结果证明超过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. 但是,由于某种原因,它会从〜/ Librar / Developer / Xcode / DerivedData中获取派生数据,并将其放入zip文件中。

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? 有没有办法关闭派生数据?

Right click on "*.xcodeproj" and click on "Show package contents". 右键单击“ * .xcodeproj”,然后单击“显示包内容”。 Try to send the ".xcworkspace" included in it. 尝试发送其中包含的“ .xcworkspace”。 Hope This is what you are expecting :) . 希望这就是您所期望的:)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM