Could not automatically select an Xcode project

后端 未结 21 1044
灰色年华
灰色年华 2021-02-02 06:03

When i type \"pod install\" in a correct directory I always get this

Analyzing dependencies

[!] Could not automatically select an Xcode project. Specify          


        
21条回答
  •  孤城傲影
    2021-02-02 06:20

    Add your Podfile to project line for Specify project path

    target 'MyGPSApp' do
      project 'FastGPS'
      ...
    end
    

    details: https://guides.cocoapods.org/syntax/podfile.html#project

提交回复
热议问题