Error running pod install with swift

后端 未结 5 1397
逝去的感伤
逝去的感伤 2020-12-13 06:40

I followed the instruction from Cocoapods.

Below is my Podfile:

platform :ios, \'8.2\'

pod \'SwiftyJSON\', \'~> 2.1\'
pod \'SwiftSpinner\', \'~&         


        
5条回答
  •  [愿得一人]
    2020-12-13 07:03

    I my case i used to upgrade cocoapods by command sudo gem install cocoapods and my issue got resolved. I used objective - c as well as swift libraries in my project.

提交回复
热议问题