0

我知道因为它使用扩展,所以它需要与项目一起构建。但是,如果我不更改任何这些文件,有没有办法让它不必在每次构建项目时都重新构建库?我没有使用子模块。

谢谢。

4

1 回答 1

1

Personally, I would use CocoaPods for dependency management, It will add all of the dependencies and hook everything up for you. The ReactiveCocoa dependency will be placed in a static Pods project, which will only be rebuilt when there is a full clean or the library files change.

This should meet your criteria for rebuilding, and you won't have any need for submodules too!

于 2013-04-01T22:16:18.417 回答