Xcode swift indexing forever

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

    My particular problem was a fairly long literal dictionary containing much data. My solution was to understand that XCode indexing wasn't "stuck", but just taking a long time. So I only had to wait more time than I expected.

提交回复
热议问题