Xcode 8 - Missing Files warnings

前端 未结 14 1749
独厮守ぢ
独厮守ぢ 2020-12-02 08:24

Ever since upgrading to Xcode 8 using Swift 2.3 I have several missing files warnings. They are all related to pods that I am using.

The files that are missing are

14条回答
  •  鱼传尺愫
    2020-12-02 08:38

    I tried all of these (and many others) but none of them worked. After hours of trying various fixes, I found that the following procedure worked.

    cd "project directory"
    git add .
    

    You will need to close XCode and reopen or future Commits may fail.

    Hope this helps someone.

提交回复
热议问题