Azure DevOps Pipelines XCode 16.0 не может найти утилиту «acttool»IOS

Программируем под IOS
Anonymous
Azure DevOps Pipelines XCode 16.0 не может найти утилиту «acttool»

Сообщение Anonymous »

Мы только что обновили версию XCode Azure Pipelines с 15.4 до 16.0. Мы используем размещенный агент Microsoft, macOS-14. У нас есть задача Pipeline, выполняющая следующее:

Код: Выделить всё

sudo xcode-select -switch /Applications/Xcode_16.0.app
xcode-select -print-path
xcodebuild -version
Однако при запуске Pipeline мы получаем ошибку:

Код: Выделить всё

xcrun: error: unable to find utility "actool", not a developer tool or in PATH
С версией 15.4 все работало отлично, но мы обновили ее, потому что в версии 15.4 возникли ошибки компиляции MAUI, такие как:

Код: Выделить всё

error MT4162: The type 'UIKit.NSAdaptiveImageGlyph' (used as a parameter in UIKit.UITextField.InsertAdaptiveImageGlyph) is not available in iOS 17.5 (it was introduced in iOS 18.0). Please build with a newer iOS SDK (usually done by using the most recent version of Xcode)
Любая помощь, что может быть не так?

Подробнее здесь: https://stackoverflow.com/questions/790 ... ity-actool

Вернуться в «IOS»