Hi,
I tried to put in place a workflow to automatically generate API data model using Swagger-Codegen on Xcode Cloud.
In the ci_pre_xcodebuild.sh we install swagger-codegen using brew. But installation fails due to uninstalled Apple Command Line Tools.
Error: python @3.12: the bottle needs the Apple Command Line Tools to be installed.
Any thoughts about this ?
Regards,