Could not automatically select an Xcode project

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

    Mistakenly added two .xcodeproj file in the project folder.

    This is why pod did not decided which one he will work for. I simply delete the unnecessary xcodeproj file from the project.

    Now Solved

提交回复
热议问题