xcodebuild

Construye proyectos Xcode. Más información: https://developer.apple.com/library/archive/technotes/tn2339/_index.html.

xcodebuild -workspace {{nombre_del_espacio_de_trabajo.workspace}} -scheme {{nombre_scheme}} -configuration {{nombre_configuration}} clean build SYMROOT={{ruta_SYMROOT}}

xcodebuild -target {{nombre_target}} -configuration {{nombre_configuration}} clean build SYMROOT={{ruta_SYMROOT}}

xcodebuild -showsdks