Xcode swift indexing forever

前端 未结 25 1966
不知归路
不知归路 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:44

    For me, I made a stupid mistake. I write a Class like this:

    class A: A {
    .......
    }
    

    A class inherit itself that causes the freezing. There is no message hint from Xcode. You can just take this as possible reason ~ .

提交回复
热议问题