Error using Pod Install command on Podfile in Terminal

前端 未结 3 2110
执笔经年
执笔经年 2020-12-09 02:03

I have installed Cocoapods, and created a Podfile using Atom containing the following lines:

pod ‘Parse’, ‘~> 1.7.1′
pod ‘ParseUI’, ‘~> 1.1.3′
<         


        
3条回答
  •  抹茶落季
    2020-12-09 02:18

    Incase someone using Jenkins CI and after correcting the Podfile too error doesnt resolves. Updating your cocoapods version on your slave can help get this error resolved. As jenkins is unable to pinpoint the issue and gives this generic error.

提交回复
热议问题