1

I was trying to install Xvim2 in my XCode.

I ran the Xvim code sign tutorial - https://github.com/XVimProject/XVim2/blob/master/SIGNING_Xcode.md

After that I can not sign in to Xcode, I can not publish archives to test-flight.

Anytime I am trying to sign-in I am getting this error

Can't sign in in Xcode: "Couldn’t communicate with a helper application."

I searched everything and everywhere but can't found a solution.

Also checked that thread - https://developer.apple.com/forums/thread/661221 But seems they don't have a solution also.

Any ideas, advice? Problem is very critical

Tornike Gomareli
  • 1,564
  • 2
  • 16
  • 28
  • What version of xcode and macos? I'm on Xcode(v: Version 12.3 ) Macos (Catalina - Intel) and have no issue building and signing XVim2 from the master branch and also publishing application archives to be verified – John Feb 01 '21 at 09:19
  • Before re-installing XCode I'd try 1) Clean rebuild & install of XVim2. 2) re-sign with your developer key, IE: `sudo codesign -f -s "Developer ID Application: {FirstName LastName} ({DEVELOPER ID})" /Applications/Xcode.app` 3) reboot ... – John Feb 01 '21 at 09:34
  • My xcode is 12.3 also.... – Tornike Gomareli Feb 01 '21 at 20:11

1 Answers1

1

The problem you described started in Big Sur. It has been discussed extensively on github.

https://github.com/XVimProject/XVim2/issues/340

You'll be happy to know that this thread gives you a work-around, although it's a bit painful.