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

Not working on Version 13.4.1 (13F100) #6

Open
wendellli99 opened this issue Jul 14, 2022 · 4 comments
Open

Not working on Version 13.4.1 (13F100) #6

wendellli99 opened this issue Jul 14, 2022 · 4 comments

Comments

@wendellli99
Copy link

Installed the latest release.

Copied the Leaf.xclangspec file to /Applications/Xcode.app/Contents/SharedFrameworks/SourceModel.framework/Versions/A/Resources/LanguageSpecifications

Copied the Xcode.SourceCodeLanguage.Leaf.plist file to /Applications/Xcode.app/Contents/SharedFrameworks/SourceModel.framework/Versions/A/Resources/LanguageMetadata

Copied the Leaf.ideplugin directory to ~/Library/Developer/Xcode/Plug-ins/

Restarted Xcode, 'Load Bundle' dialog does not appear.

Tried running

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`

to reset UUIDs.

@lorenalexm
Copy link

If you happen to find a resolution to this, I would love to know! I am struggling with the same issue at present.

@awamser
Copy link
Contributor

awamser commented Aug 4, 2022

Need to add DVTPlugInCompatibilityUUID for Xcode 13.4.1 into the plugin Info.plist. I created a pull request with it updated, but you can do it yourself. The value is EFD92DF8-D0A2-4C92-B6E3-9B3CD7E8DC19. You'll have to "install" or move the updated files.

@OmranK
Copy link
Owner

OmranK commented Aug 4, 2022

Merged your request in. Hopefully it fixes the problem but the issues with this seem to be inconsistent. Some will have it work fine while it will crash for others. Was not able to debug. I would take the whole thing down but it seems to work for some people so hopefully the amount of time I spent on it is benefitting someone. Stopped working for me a while ago.

@wendellli99
Copy link
Author

I'm also experiencing the occational crashing. Also, the code auto formatting doesn't seem to be working either.

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

4 participants