Resolves issues with M1 as well as adds additional options for -sdk and -destination :
-sdk: If a value is specified for this flag it'll be passed to xcodebuild as the value of the -sdk flag. For more info about the values please see xcodebuild's -sdk flag docs. Example value: iphoneos")
-destination: The xcodebuild -destination option takes as its argument a destination specifier describing the device (or devices) to use as a destination i.e generic/platform=iOS.
Resolves issues with M1 as well as adds additional options for
-sdk
and-destination
: -sdk
: If a value is specified for this flag it'll be passed to xcodebuild as the value of the-sdk
flag. For more info about the values please see xcodebuild's -sdk flag docs. Example value:iphoneos
")-
destination
: The xcodebuild-destination
option takes as its argument a destination specifier describing the device (or devices) to use as a destination i.egeneric/platform=iOS
.