Xcode Beta 6.1 and Xcode 6 GM stuck indexing for weird reason

前端 未结 2 1301
无人共我
无人共我 2020-11-28 15:38

I\'m developing a swift application that at some point I have a code similar to this:

 import UIKit

class ViewController: UIViewController {
    private var         


        
2条回答
  •  死守一世寂寞
    2020-11-28 16:11

    I had the same problem. Deleting precompiled headers and and derived data seemed to fix it. I'm not sure if that will fix it permanently, but it is working for now at least.

提交回复
热议问题