美文网首页
CocoaPods ⚠️注意事项

CocoaPods ⚠️注意事项

作者: samtake | 来源:发表于2019-08-25 21:32 被阅读0次
    CocoaPods.png

    CocoaPods 官方传送门

    pod install、 pod update

    • pod install已有pod环境的项目中,添加/删除第三方模块。
    • pod update将pod更新到新版本。

    Podfile.lock

    • 当你执行pod install时,Podfile.lock会锁定你所安装的版本。
    • 所以⚠️,提交代码时,记得!记得!记得!Podfile.lock文件必须一起提交。

    Podfile模版

    https://guides.cocoapods.org/using/the-podfile.html

    相关文章

      网友评论

          本文标题:CocoaPods ⚠️注意事项

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