unoplatform / uno.check

CLI tool to setup your environment to build Uno Platform apps
https://platform.uno
29 stars 17 forks source link

fix: do not display output when running xcodebuild #282

Closed spouliot closed 3 weeks ago

spouliot commented 1 month ago

Fixes https://github.com/unoplatform/uno.check/issues/279

xcodebuild will fail [1] and the error can be confusing to people running uno-check.

[1] it fails because there's no Xcode project to run, which is normal, but it fails differently when the EULA was not accepted - which is what we're looking for,