No podspec found for googleapis in

后端 未结 2 1624
渐次进展
渐次进展 2021-01-21 14:56

Installing googleapis pod giving error \"No podspec found for googleapis in .\"

I am trying to installing pod \'googleapis\', :path => \'.\' but, its getting following e

2条回答
  •  终归单人心
    2021-01-21 15:05

    Issue: [!] No podspec found for googleapis in .

    Solution: Step-1: You need to put "googleapis.podspec" file in same directory where your pod file is located.

    Step-2: Open terminal and reach to the directory where your pod file located by using "cd" command

    Step-3: Then run command "pod update" in terminal

    Its done. Your googleapis pod installation begins!!! Hurray!!!

    Download File "googleapis.podspec" from link: https://github.com/GoogleCloudPlatform/ios-docs-samples/files/1378295/googleapis.podspec.zip

提交回复
热议问题