Xcode swift indexing forever

前端 未结 25 1919
不知归路
不知归路 2020-11-30 03:15

I\'m currently developing an iOS app using swift and Xcode 6 (Beta 3).

Everything went fine so far but now as my project grows, Xcode suddenly began indexing and it

25条回答
  •  一向
    一向 (楼主)
    2020-11-30 03:31

    I got this issue and 6 hours later (after trying everithing and build new project again step by step copying resources) I FOUND MY PROBLEM:

    class A : A {
    ...
    }
    

    By the fact of copy/paste I had a class that extends itself, and this makes indexing crazy.

提交回复
热议问题