update_xcode_plugins
update_xcode_plugins copied to clipboard
Xcode-unsigned creat new file slowly?
Hi, when I use xcode-unsigned creat a new file it's very slowly , and the screen block a moment.
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?

As I clicked the Next button , It becomes / became slowly until finish .
Which plugins do you have installed?
Just alcatraz
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.

In macOS 10.12.1 the unsigned xcode just create file slow first time until the xcode restart.
It seems that it might be related to the message could not find container with id but no idea why it's saying that 😓
Some Plug-ins led to the crash. Remove them, Xcode works well.
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"