BrainiumLLC / rust-xcode-plugin

This is a bare bones xcode plugin for the rust language. It enables breakpoints to work
94 stars 46 forks source link

The domain/default pair of (/Applications/Xcode.app/Contents/Info, DVTPlugInCompatibilityUUID) does not exist #47

Open mzdk100 opened 3 weeks ago

mzdk100 commented 3 weeks ago

I ran the following command:

defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID

But the output is:

2024-08-22 07:50:44.434 defaults[8735:325806]                                   
 The domain/default pair of (/Applications/Xcode.app/Contents/Info, DVTPlugInComp
 atibilityUUID) does not exist
defaults read /Applications/Xcode.app/Contents/Info CFBundleShortVersionString

Xcode version is 15.4.

Alphapage commented 3 weeks ago

Same problem for me. The plugin doesn't seem to work for Xcode 15.4.

mzdk100 commented 3 weeks ago

But I cannot install xcode14, the system version is too high. Is there any solution?