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

Xcode-unsigned creat new file slowly? #11

Open
Sooongz opened this issue Sep 19, 2016 · 10 comments
Open

Xcode-unsigned creat new file slowly? #11

Sooongz opened this issue Sep 19, 2016 · 10 comments

Comments

@Sooongz
Copy link

Sooongz commented Sep 19, 2016

Hi,
when I use xcode-unsigned creat a new file it's very slowly , and the screen block a moment.

@inket
Copy link
Owner

inket commented Sep 19, 2016

Cannot reproduce. Any more information that could help me identify the source of the problem?

Did you open the original Xcode 8 before creating the unsigned version?

@Sooongz
Copy link
Author

Sooongz commented Sep 20, 2016

0167333b-1012-4b45-9f93-516b76b09783

As I clicked the Next button , It becomes / became slowly until finish .

@inket
Copy link
Owner

inket commented Oct 26, 2016

Which plugins do you have installed?

@Sooongz
Copy link
Author

Sooongz commented Oct 26, 2016

Just alcatraz

@inket
Copy link
Owner

inket commented Oct 26, 2016

Does this issue also happen in a new project?

Also, can you provide logs from Console.app when Xcode hangs? It's probably printing important messages to the log.

@Sooongz
Copy link
Author

Sooongz commented Oct 26, 2016

379ff922-b7dd-40ed-9d41-23d00bf40d8f
b3f4ae68-29d7-4a6f-b439-a2be3405104c

@Sooongz
Copy link
Author

Sooongz commented Oct 26, 2016

In macOS 10.12.1 the unsigned xcode just create file slow first time until the xcode restart.

@inket
Copy link
Owner

inket commented Oct 27, 2016

It seems that it might be related to the message could not find container with id but no idea why it's saying that 😓

@Sooongz
Copy link
Author

Sooongz commented Dec 22, 2016

Some Plug-ins led to the crash. Remove them, Xcode works well.

@Sooongz
Copy link
Author

Sooongz commented Jun 1, 2017

This works well.

pushd "$TMPDIR"
export XcodeLocation=/Applications/Xcode.app
cp "$XcodeLocation/Contents/MacOS/Xcode" .
codesign -s - -f --timestamp=none "Xcode"
sudo cp Xcode "$XcodeLocation/Contents/MacOS/"
cp "$XcodeLocation/Contents/Developer/usr/bin/xcodebuild" .
codesign -s - -f --timestamp=none "xcodebuild"
sudo cp xcodebuild "$XcodeLocation/Contents/Developer/usr/bin/"
popd
sudo xattr -rc "$XcodeLocation"
sudo spctl --add --label "Xcode" "$XcodeLocation"

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

No branches or pull requests

2 participants