No visible @interface for

后端 未结 6 1308
傲寒
傲寒 2020-12-14 06:56

I have gotten this error on several occasions and am unclear as to what causes the error in general. After looking for over an hour on stack overflow and google I still don\

6条回答
  •  [愿得一人]
    2020-12-14 07:37

    When I have run into this problem it turned out that Xcode had not reindexed files after changing Git branch. The solution is Delete Derived Data.

    Using Xcode version 10.0 File -> Workspace Settings...(or Project Settings...) -> click on the little green circle and manually remove all files in DerivedData folder

提交回复
热议问题