MarcoEidinger/SwiftPlantUML-Xcode-Extension

The command "Open editable diagram in browser" is still busy

yri066 opened this issue · 6 comments

When trying to create a diagram, Xcode displays the message: The command "Open editable diagram in browser" is still busy image

image
same issue here

I encountered this issue initially only once. It looked to me that Xcode Source Code Extension initialization might be slow. Once I waited (and then I believed I restarted Xcode but I am not sure) and tried again it worked fine. Does this work for you? If not can you name your OS and Xcode versions and I'll try to see what can be done

hello @MarcoEidinger , the same situation happens to me. I'm using last OS and the last Xcode. Reload didn't helped

@DIma-Kush you might need to wait up to 45 seconds for the very first time. If this does not help please let know what is exact OS and Xcode version you are using.

well, i waited 3 hours.. and nothing heppened :-)
Big Sur 11.5.2

XCode 12.5.1

@DIma-Kush do you see a crash report for XPC service when opening the Console app on MacOS? Example:

CrashReportXPCServiceExample

If you see such crash report related to fatal error: Loading sourcekitd.framework/Versions/A/sourcekitd failed please check the installation path of Xcode. If it's installed under /Applications/Xcode.app, please run:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

If it's installed elsewhere, please replace the /Applications/Xcode.app path in the command above with the location where you've installed Xcode.