Pod install displaying error in cocoapods version 1.0.0.beta.1

后端 未结 12 1030
傲寒
傲寒 2020-12-07 10:03

My podfile was working but after updating to cocoapods version 1.0.0.beta.1

pod install displays following error

MacBook-Pro:iOS-TuneIn home$ pod ins         


        
12条回答
  •  [愿得一人]
    2020-12-07 10:45

    I have the same problem, and even I changed to

    target "TargetName" do pod 'Alamofire', '~> 3.1.4' pod 'SwiftyJSON', '~> 2.3.2' end

    It seems has some cache problem, it always read old version of PodFile, even I remove PodFile, the same error show up. It's weird.

    However, when I open a new terminal , running pod install, it works.

提交回复
热议问题