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 1348
独厮守ぢ
独厮守ぢ 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 14:00

    You installed your Xcode..in application use this command to execute

    sudo xcode-select -switch /Applications/Xcode.app
    

提交回复
热议问题