Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6.3 autocompletion slow with bridging header (e.g Parse)

tl:dr

Xcode Update 6.3.1 solved the problem for me. It's still lightly slower than before but I'll give that shame to my Evo 840.

the problem

Since I've installed the latest Xcode version (6.3) my projects with bridging headers seem to have problems with autocompletion. It's incredibly slow!

Is there any known workaround (except removing bridging headers...)?

EDIT: Bug reports

20549109
20549764
20549768 

EDIT (04/17/2015):

bugreport.apple.com marked this as a duplicate of

20445407
like image 697
Akaino Avatar asked Apr 14 '15 11:04

Akaino


1 Answers

I had similar issues and after updating to xcode 6.3.1 and swift 1.2 they dissapeared.

Not appearing with xcode 7 & swift 2.0

like image 191
Bernardo Santana Avatar answered Dec 18 '22 08:12

Bernardo Santana