Pod install command with error

前端 未结 3 478
情话喂你
情话喂你 2020-12-03 22:54

I\'ve been trying to use cocoapods and install them into my project but its giving me this error while trying to install it in the project location. its kinda c

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-03 23:43

    Follow this steps:

    1.open terminal.

    2.pod setup // it's take some time to download podfiles

    3.pod list //(optional)to see the list of pod

    4.cd Desktop//(your project path)

    5.cd CoacPods (your project name)

    6.vim podfile

    7.pod install

提交回复
热议问题