cocoa|cocoa pods 新建子仓

1、建立远端git仓库
2、提交子仓库代码到远端仓库
3、git submodule add http://10.77.152.106:10080/scm/tools?
增加子仓配置
4、在pod file中配置调试通过
5、git push origin xx推送到远端
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `FFKids` to `../Pods/Target Support Files/Pods-FFKids/Pods-FFKids.debug.xcconfig` or include the `../Pods/Target Support Files/Pods-FFKids/Pods-FFKids.debug.xcconfig` in your build configuration.

【cocoa|cocoa pods 新建子仓】解决方案为:
cocoa|cocoa pods 新建子仓
文章图片

    推荐阅读