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

Getting the error The domain/default pair of (/Library/Developer/CommandLineTools/../Info, DVTPlugInCompatibilityUUID) does not exist #920

Closed
arunabhdas opened this issue Jan 16, 2016 · 6 comments

Comments

@arunabhdas
Copy link

Running on Mac OS X Yosemite. Cloned repo and ran make. Getting the following message

==> make
2016-01-16 03:40:58.107 defaults[99406:1108951]
The domain/default pair of (/Library/Developer/CommandLineTools/../Info, DVTPlugInCompatibilityUUID) does not exist

@JugglerShu
Copy link
Contributor

What is your Xcode version and did you install command line tools for Xcode??

@donut
Copy link

donut commented Mar 10, 2016

I'm encountering this as well with Xcode 7.3 Beta 5 (7D162j). I have installed the command line tools. OS X 10.11.3 (15D21). Here's exactly what I'm getting:

[I] ~/.xcode/XVim (master)                                                      
↪  make                                                               0@14:26:20
2016-03-10 14:26:21.430 defaults[73104:31659411] 
The domain/default pair of (/Library/Developer/CommandLineTools/../Info, DVTPlugInCompatibilityUUID) does not exist
2016-03-10 14:26:21.500 defaults[73106:31659420] 
The domain/default pair of (/Library/Developer/CommandLineTools/../Info, CFBundleShortVersionString) does not exist

I started getting this after removing the non-beta version of Xcode and installing Xcode Beta 5.

@JugglerShu
Copy link
Contributor

To make the 'makefile' work, xcode-select command must gives the proper Xcode path.
What xcode-select -p shows in you environemnt?

@donut
Copy link

donut commented Mar 12, 2016

[I] ~                                                                           
↪ xcode-select -p                                                     0@12:22:40
/Library/Developer/CommandLineTools

@JugglerShu
Copy link
Contributor

Sorry for late reply. Then try to do this.

  $ xcode-select -s [Your Xcode.app Path]/Contents/Developer
  (In my case, it is "xcode-select -s /Applications/Xcode.spp/Contents/Developer" )

Then run make

@donut
Copy link

donut commented Mar 29, 2016

Actually, with the upgrade to OS X 10.11.4 and Xcode 7.3 final, make worked fine.

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

3 participants