Показать страницуИстория страницыСсылки сюдаCopy this pageExport to MarkdownODT преобразованиеНаверх Вы загрузили старую версию документа! Сохранив её, вы создадите новую текущую версию с этим содержимым. Медиафайлы====== Xcode ====== <code bash> $ brew install qt </code> ===== Ошибки ===== == <Growl/Growl.h> file not found in xcode == <code>To include a framework in your Xcode project, choose Project > Add to Project and select the framework directory. Alternatively, you can control-click your project group and choose Add Files > Existing Frameworks from the contextual menu. When you add an existing framework to your project, Xcode asks you to associate it with one or more targets in your project. Once associated, Xcode automatically links the framework against the resulting executable.</code> == xcode-select: error: tool 'xcodebuild' requires Xcode == <code> xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance </code> <code bash> $ xcode-select --install $ xcode-select --switch /Library/Developer/CommandLineTools $ xcode-select -s /Applications/Xcode.app/Contents/Developer </code>СохранитьПросмотрРазличияОтменить Сводка изменений Примечание: редактируя эту страницу, вы соглашаетесь на использование своего вклада на условиях следующей лицензии: CC0 1.0 Universal