xcunsign icon indicating copy to clipboard operation
xcunsign copied to clipboard

XCode 8.1 constantly freezes

Open prefect42 opened this issue 8 years ago • 6 comments

Running Sierra Xcode constantly freezes when making changes in the source code. I verified that it is not the Xcode Injection plugin being the culprit by removing it.

Running the signed XCode Version is no problem. Running the unsigned XCode version constantly shows me a spinning beachball.

prefect42 avatar Oct 31 '16 09:10 prefect42

As it turns out other projects are reporting of the same problem running Sierra. https://github.com/fpg1503/MakeXcodeGr8Again/issues/19

prefect42 avatar Nov 03 '16 23:11 prefect42

I have this issue too

haashem avatar Nov 05 '16 11:11 haashem

Thanks for the update @prefect42. My primary computer is off getting serviced right now, so I'm unable to try this out myself until I have it back.

The concerning thing is that all my script is doing is providing an easy mechanism for running unsign and for restoring the original binary. It's entirely possible that Apple has changed something in Xcode 8.1 causing this to no longer work anymore, in which case there may not be much we can do about it...

One question... did you ever try running this with a version of Xcode before 8.1? If not, please try installing Xcode 8.0 and see what happens when running against that version. That would help narrow down whether the issue is something specific to your system or 8.1 specifically.

johntmcintosh avatar Nov 05 '16 17:11 johntmcintosh

this problem happens to me at version 8.0

haashem avatar Nov 06 '16 12:11 haashem

It works on El Capitan, just not on Sierra!

prefect42 avatar Nov 07 '16 17:11 prefect42

here is the solution: https://github.com/XVimProject/XVim/issues/966#issuecomment-247276024

I've had the same problem and it seems that I managed to solve it.

Right after I click on the editor, my Activity Monitor shows a tccd process taking around 50% of the CPU usage. So I investigate on this and it seems to be linked with the authorization to access the user's AddressBook. So I went to System Preferences->Security & Privacy->Contacts and uncheck Xcode.app. Then, I restart Xcode and it works like a charm !! \o/

haashem avatar Nov 17 '16 12:11 haashem