Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
mac:errors:xcodebuild [2018/02/21 00:43] – [xcode-select: error: tool 'xcodebuild' requires Xcode] mirocow | mac:errors:xcodebuild [2018/02/21 00:51] (текущий) – [Ошибки] mirocow | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== Xcode ====== | ====== Xcode ====== | ||
- | |||
- | ===== Xcode not set up properly. You may need to confirm the license agreement by running / | ||
- | |||
- | There is a similar problem with building Qt itself with Xcode 8. I have the Qt 5.7 source code on my machine with Xcode 8 GM, and I when I run ' | ||
- | (https:// | ||
- | |||
- | ==== 5.6 ==== | ||
<code bash> | <code bash> | ||
- | $ cd / | + | $ brew install qt |
- | $ echo "$(cat clang_64/ | + | |
</ | </ | ||
+ | ===== Ошибки ===== | ||
- | ==== 5.7 ==== | + | == Xcode not set up properly. You may need to confirm the license agreement by running |
- | + | ||
- | <code bash> | + | |
- | $ cd / | + | |
- | $ echo "$(cat clang_64/ | + | |
- | </ | + | |
- | + | ||
- | ===== Ошибки ===== | + | |
+ | There is a similar problem with building Qt itself with Xcode 8. I have the Qt 5.7 source code on my machine with Xcode 8 GM, and I when I run ' | ||
+ | (https:// | ||
== < | == < | ||