Xcode 6 Beta not compiling

前端 未结 5 2279
盖世英雄少女心
盖世英雄少女心 2020-12-17 17:10

I\'ve got the following problem: I\'ve written my first Swift App (for iOS7) and it worked fine. After changing some minor detail (adding a string somewhere) it wouldn\'t co

5条回答
  •  暖寄归人
    2020-12-17 17:39

    This bug will relate to our project state and source code. I rolled back some commits of my project, xcode succeeded indexing my project.

    In my case, xcode failed to index, when my project has a declaration of large dictionary. (I succeed indexing after removing it.)

提交回复
热议问题