Xcode swift indexing forever

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

    I had the same problem with one call adding 11 NSLayoutConstraint objects to an array.

    The solution was to divide the code into several calls, each adding only 3 objects to the array. Weird.

    That was in Xcode 6.4

提交回复
热议问题