AppleScript-IDEA icon indicating copy to clipboard operation
AppleScript-IDEA copied to clipboard

Error: Can not create dictionary: Xcode Developer Tools are not installed

Open dvdvdmt opened this issue 6 years ago • 0 comments

Hi, and thank you for this plugin! However it seems to me that it doesn't work without installed Xcode. But I have installed Command Line Tools via xcode-select --install:

/Library/Developer/CommandLineTools
├── Library
│   ├── Developer
│   ├── Perl
│   └── PrivateFrameworks
├── SDKs
│   ├── MacOSX.sdk
│   └── MacOSX10.14.sdk -> MacOSX.sdk
└── usr
    ├── bin
    ├── include
    ├── lib
    ├── libexec
    └── share

Are Xcode Developer Tools and Command Line Tools the same or I need to have Xcode installed in order the plugin to work?

dvdvdmt avatar Aug 23 '19 05:08 dvdvdmt