Pass Launch arguments in xcodebuild command

Hi,

I need to pass the launch arguments through xcodebuild command. Is there a way to do it?

I know we can edit scheme and add launch argument but it needs to be added to through command line.

P.S: I'm using azure devops @Xcode5 to build and sign the .ipa

xcodebuild -sdk iphoneos -configuration Debug -workspace my.xcworkspace -scheme myScheme clean CODE_SIGNING_ALLOWED=NO -launchArgument "MyLaunchArguments"
Pass Launch arguments in xcodebuild command
 
 
Q