美文网首页
CocoaPod私有库支持Cathage

CocoaPod私有库支持Cathage

作者: smlsjq | 来源:发表于2017-08-07 16:34 被阅读0次

    1.项目-manage scheme 勾选私有库的shared选项

    2.Carthage 只构建从.xcodeproj分享出来的 Xcode schemes。cd进入到私有库目录,运行carthage build --no-skip-current来检测所有的 intended schemes 是否构建成功,然后检查 Carthage/Build 文件夹。

    3.保证podspec文件配置正确,将私有库上传到git。

    4.在Cartfile中添加git地址:github "https://git.hzdlsoft.com/ios_lib/DLLogFileManager.git" "master"

    运行 carthage update,成功后在 target-> Build Phases -> Link Binary With Libraries 添加引用的framework,

    在target-> Build Phases-> Run Script 添加framework引用路径。

    相关文章

      网友评论

          本文标题:CocoaPod私有库支持Cathage

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