XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 595 forks source link

iOS Simulator not working after codesign for Xcode 8.3.2 #1066

Open MichaelDanielTom opened 7 years ago

MichaelDanielTom commented 7 years ago

Hey guys, After a fresh download of Xcode 8.3.2, follow the codesigning steps outlined in the Xcode 8 installation instructions, and XVim works, however when I try to run my app on the simulator, I get the following error:

Error returned in reply: Connection interrupted
Software caused connection abort

The simulator works fine before the codesigning step. Any idea what's going on?

MichaelDanielTom commented 7 years ago

Think I solved it (got XVim AND the simulator to work).

I think the problem was using the self-signed certificate that was suggested as "XcodeSigner" in the Xcode 8 installation instructions. After using the apple provided cert to resign, everything worked: sudo codesign -f -s "iPhone Developer: Michael Tom (BWOFUJVT8M)" /Applications/Xcode.app/

hanl001 commented 7 years ago

you should create an other sign and Re-signing Xcode again

skymoment commented 7 years ago

how to create a sign