Could not automatically select an Xcode project

后端 未结 21 730
灰色年华
灰色年华 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:39

    I had the Same problem , i solved it by moving the podfile to the main project folder , in your case : 1- move the pod file to 'Posting' folder , in which there are 'Posting' subfolder and 'Posting.xcodeproj' file
    2- re run the ' pod install ' command. 3- enjoy

提交回复
热议问题