AppleScript-IDEA
AppleScript-IDEA copied to clipboard
Error: Can not create dictionary: Xcode Developer Tools are not installed
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?