Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Simulator not working after codesign for Xcode 8.3.2 #1066

Open
MichaelDanielTom opened this issue Apr 28, 2017 · 3 comments
Open

iOS Simulator not working after codesign for Xcode 8.3.2 #1066

MichaelDanielTom opened this issue Apr 28, 2017 · 3 comments

Comments

@MichaelDanielTom
Copy link

MichaelDanielTom commented Apr 28, 2017

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
Copy link
Author

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
Copy link

hanl001 commented May 17, 2017

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

@skymoment
Copy link

how to create a sign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants