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.
根据docs--use-submodules ,您可以通过标志为所有依赖项指定子模块的使用,如carthage update --use-submodules.
--use-submodules
carthage update --use-submodules
但是,这可能吗,在依赖特定的基础上?例如,想象一下,您混合了内部库(子模块有意义的地方)和外部库,您不一定想要这样。
是否可以在 Cartfile 中指定这个?
谢谢!