“pod update” doesn't update to latest version

前端 未结 8 849
[愿得一人]
[愿得一人] 2021-01-07 23:28

Here is my podfile I use in the project:

source \'https://github.com/CocoaPods/Specs.git\'
platform :ios, \'9.0\'
use_frameworks!

pod \'AFNetworking\', \'~&         


        
8条回答
  •  春和景丽
    2021-01-07 23:46

    Please update your CocoaPods like below:

    myComputer:desiredFolder Test$ pod update
    

提交回复
热议问题