How do I select a project in my Podfile? I'm getting the error: Unable to find the Xcode project for the target 'Pods'

前端 未结 10 1394
独厮守ぢ
独厮守ぢ 2020-12-02 13:27

I\'m doing the Ray Wenderlich tutorial called SimpleWeather.
The podfile is in the same folder as the project. Here\'s my code from the podfile:

platfo         


        
10条回答
  •  天涯浪人
    2020-12-02 13:53

    so okay i had tried every possible thing ...i had only one .xcodeproj file but sill i couldnt install so finally i had tried with the following
    1. open terminal cd to your project folder one with .xcodeproj
    2. type pod init
    3. type touch Podfile
    4. type pod install
    Magic happens and your pod files gets installed

提交回复
热议问题