Xcode 8 - Missing Files warnings

前端 未结 14 1748
独厮守ぢ
独厮守ぢ 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:46

    I solve the problem simply by this:

    1. Add the culprit to the project

    2. Remove the reference

    This cleans the internal state of XCode and the message goes away.

提交回复
热议问题