简体   繁体   中英

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.

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?

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 :) .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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