In fact, why does CocoaPods not install the latest version of pods?

前端 未结 3 1985
-上瘾入骨i
-上瘾入骨i 2021-02-08 12:23

Note - actually apparently it does. Use the syntax Marcelo explains. Hope it helps someone!


With CocoaPods, you basically do this,

pod \'GTScrollNa         


        
3条回答
  •  名媛妹妹
    2021-02-08 12:52

    CocoaPods cached your current version of pods, so basically you have to clean cache.
    You can make it locally in your project directory using this command:
    pod cache clean --all

提交回复
热议问题