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.
我有一个 xcode ios 存储库,我与另一个开发人员共享。
在这个项目中,我们使用了一个框架 sdk,它不是系统的一部分,因此它是从我们硬盘上的其他目录中引用的。
问题是这个框架的路径在每台计算机上都不同,所以我想我可以将外部框架的路径添加到 gitignore 文件中,这样我们每次从 github 拉取时都不必手动调整正确?
你看到另一种解决方案吗?
谢谢你的帮助!
与其依赖开发人员计算机上存在的外部框架,不如将其作为子模块添加到存储库中。这有以下优点: