4

I'm getting an issue with Xcode since a while.

When i'm in a storyboard or a xib file, and i want go to the connection inspector in the right panel, it's taking between 15 and 20 seconds to display all my outlets and actions of my ViewController. This is very slow and irritating...

http://img15.hostingpics.net/pics/294154Capturedcran20140410141145.png

I tried to clean all my derived data and archive to clean xcode content, but it doesn't resolve the problem

Anyone getting the same issue ?

Thanks

Vassily
  • 899
  • 2
  • 8
  • 19
RNo
  • 56
  • 6
  • Do you have a large number of connections ? – Simon McLoughlin Apr 11 '14 at 08:32
  • Even for 2 connections it's taking at least 10 seconds – RNo Apr 11 '14 at 08:43
  • same probleme for me since a few days, no idea why it started. right click on a view to show connections takes about 10 secondes after the great rainbow spinning ball of death ! – Vassily Apr 11 '14 at 08:45
  • What kind of computer do you have? is it a case of mavericks / xcode 5.1 are just too processor intensive? Its not lightning quick on mine but opening a moderately sized storyboard isn't taking me 10 - 20 seconds – Simon McLoughlin Apr 11 '14 at 08:46
  • 1
    core i5 8Go Ram for me, my core2duo on my old macbookpro is faster jsute next to me. not sure it comes from computer performance. – Vassily Apr 11 '14 at 08:48
  • I have and iMac 2,5GHz Core i5, 8Gb of RAM memory. Few weeks ago the time for opening the connection inspector was about 4 seconds maximum. – RNo Apr 11 '14 at 08:49
  • @SimonMcLoughlin, even if it has 1000 connections, i can't take 20 seconds. It's just not possible. – limon Apr 11 '14 at 08:52
  • so what is our the problem ? so so long, so so frustrating! – Vassily Apr 11 '14 at 09:08
  • the spinning rainbow ball is not visible when recording screen with QT. http://fr.tinypic.com/r/c2c28/8 – Vassily Apr 11 '14 at 09:19

1 Answers1

2

I found the solution !

When right clicking, check your ressources monitor and see : PrintTool 99% cupsd 58%

I uninstall all print from my computer and the probleme is solved !

Geeeeeenius !! Don't really understand what XCode has to do with print tool !

I had like 40 printers in my system settings, I deleted them, but they kept coming back. this command solved the problème : DISABLE CUPS

Vassily
  • 899
  • 2
  • 8
  • 19
  • I also found that printtool CPU usage spiked. Repairing disk permissions helped, InstalledPrinters.plist and a few other printer related plists permissions were incorrectly set to rw-r-r when they should have been rw-rw-rw. Perhaps not having write access caused printtool to retry until it eventually timed out. – squater Apr 27 '14 at 19:08