No podspec found for googleapis in

后端 未结 2 1689
渐次进展
渐次进展 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:09

    1. Download the sample from Google-SpeechToText sample in Git ,
    2. In podfile, do pod 'googleapis', :path => '.'
    3. Copy 2 things from the sample's main folder named : a. googleapis.podspec b. google folder
    4. Paste these files inside your project folder
    5. Then in terminal, locate the project and do pod install

    To run your demo project, open the BUILDFIXES file inside the sample, and do the fixes as mentioned.
    Now you can breathe, the project builds successfully.

    Enjoy Coding ;)

提交回复
热议问题