You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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/
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:
The simulator works fine before the codesigning step. Any idea what's going on?
The text was updated successfully, but these errors were encountered: