Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Xcode crash after startup #12

Closed
balinghousheng opened this issue Sep 19, 2016 · 9 comments
Closed

Xcode crash after startup #12

balinghousheng opened this issue Sep 19, 2016 · 9 comments

Comments

@balinghousheng
Copy link

why?

@inket
Copy link
Owner

inket commented Sep 19, 2016

You need to open the original Xcode 8 at least once before trying to start the unsigned Xcode. Have you done that?

@ASooner
Copy link

ASooner commented Sep 21, 2016

I've done that,still crash

@inket
Copy link
Owner

inket commented Sep 21, 2016

Can you provide the crash report and the Xcode logs?

@zhlooking
Copy link

For me it seems that a plugin called KSImageNamed caused the problem, remove it fix the problem.
screen shot 2016-09-22 at 11 29 05 am

@inket
Copy link
Owner

inket commented Sep 22, 2016

@zhlooking Thanks! I guess I should add a notice about plugins causing crashes. Some plugin might also be the cause for #11

@bartleby
Copy link

+1 macOS Sierra

@douxinchun
Copy link

douxinchun commented Sep 27, 2016

Some plugins will ceased the problem.For me, it's ZLGotoSandbox. Open the crash report and find it.

b05f5e61-230f-4feb-822a-8b4c4ef9db26

cd /Users/xxxx/Library/Application Support/Alcatraz/Plug-ins ,remove it.
cd /Users/xxxx/Library/Application Support/Developer/Shared/Xcode/Plug-ins,remove it.
Then,Xcode-unsigned works.

But,the Console output increased a lot of redundant info,like this:
bb81b941-61cc-48b0-afd4-2a84d6398ed1

It not happened when I open my project by signed Xcode.
When I open the project by simulater within Xcode-unsigned,it happens.By devices,it not.
I don't konw why.Maybe it caused by CocoaLumberjack.


I found the answer.

http://stackoverflow.com/questions/39585796/disable-extra-information-from-the-xcode-8-console

@Marviszhao
Copy link

My Xcode crash on ZLGotoSandbox plugin too! When I delete it, every thing is ok

@inket
Copy link
Owner

inket commented Sep 30, 2016

Thanks, people! Will update the README to warn about crashes and what might cause them.

@inket inket removed the needs input label Sep 30, 2016
@inket inket closed this as completed Oct 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants