Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个项目/工作区,我想压缩并发送给某人,以便他们可以在他们的机器上编译它。这是一个 iOS 应用程序。
我注意到的一件事是,当我压缩项目目录时,它竟然超过 1gb。我删除了项目目录中的 Derived Data 文件夹。
但是,由于某种原因,它会从 ~/Librar/Developer/Xcode/DerivedData 获取派生数据并将其放入 zip 文件中。
据我所知,没有多个项目。
在不庞大的情况下向某人发送项目的最佳方法是什么?
有没有办法关闭派生数据?
右键单击“*.xcodeproj”,然后单击“显示包内容”。尝试发送其中包含的“.xcworkspace”。希望这是你所期待的:)。