Xcode 6.3 code completion too slow

前端 未结 4 439
后悔当初
后悔当初 2020-12-23 09:45

I\'ve just updated Xcode to version 6.3. I\'m working on a project in Swift with some imported Objective C code. I also use Cocoapods.

I had the same issue with the

4条回答
  •  一整个雨季
    2020-12-23 10:04

    Try to clear project Derived Data, after update.
    Window - Projects - YourProject - Derived Data - Delete...
    In my case code completion is working better after update.

提交回复
热议问题