美文网首页
cocoa pods 新建子仓

cocoa pods 新建子仓

作者: EasyD | 来源:发表于2016-05-26 14:37 被阅读41次

    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 pods 新建子仓

          本文链接:https://www.haomeiwen.com/subject/ynhxdttx.html