美文网首页
ios-cocoapods

ios-cocoapods

作者: Roger_单 | 来源:发表于2015-12-21 14:35 被阅读94次

    cd Desktop/
    cd 文件名/
    ls
    vim Podfile
    platform:ios,’7.0'
    pod search cache
    vim Podfile
    pod 'THCache', '~> 0.9.1’
    pod install --verbose --no-repo-update 下载

    pod iupdate --verbose --no-repo-update 更新

    user header
    $(SRCROOT)

    import “THCacher.h”

    中间执行 i 还有 esc 还有:还有 wq

    相关文章

      网友评论

          本文标题:ios-cocoapods

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